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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.21',
version: '2.0.22',
description: 'watch typescript projects during development'
}

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) {