fix(core): update

This commit is contained in:
2019-05-06 20:13:08 +02:00
parent 843453f9d4
commit 2a2a6fe461
3 changed files with 33 additions and 47 deletions

View File

@ -14,7 +14,7 @@ export class TsWatch {
executor: 'bash'
});
private currentExecution: plugins.smartshell.IExecResultStreaming;
private watcher = plugins.fileWatcher();
private watcher;
private options: ITsWatchConstructorOptions;
constructor(optionsArg: ITsWatchConstructorOptions) {