mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
properly return controller next
This commit is contained in:
@@ -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();
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user