properly return controller next

This commit is contained in:
jacob
2024-06-05 01:37:10 -05:00
parent 4a2ce2e674
commit 86025c9e0b
2 changed files with 3 additions and 2 deletions

View File

@@ -87,9 +87,10 @@ export const localize = (root?: string) =>
updateModule({
options: newOpts
});
return controller.next();
} else {
console.error("Cannot localize this type of module");
return controller.next();
return controller.stop();
}
})

View File

@@ -2278,7 +2278,7 @@ __metadata:
"typescript@patch:typescript@^5.0.0#~builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=14eedb"
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver