fix(core): update

This commit is contained in:
2024-01-28 18:23:06 +01:00
parent 0fbb18690a
commit 5ea12b77e7
4 changed files with 202 additions and 235 deletions

View File

@ -20,7 +20,7 @@ export class Watcher {
});
private currentExecution: plugins.smartshell.IExecResultStreaming;
private smartchokWatcher = new plugins.smartchok.Smartchok([], {});
private smartchokWatcher = new plugins.smartchok.Smartchok([]);
private options: IWatcherConstructorOptions;
constructor(optionsArg: IWatcherConstructorOptions) {