fix(core): update

This commit is contained in:
2020-07-04 10:45:56 +00:00
parent 7b777ea1a9
commit ed91da6e3f
8 changed files with 28 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ export class Watcher {
* used to execute shell commands
*/
private smartshellInstance = new plugins.smartshell.Smartshell({
executor: 'bash'
executor: 'bash',
});
private currentExecution: plugins.smartshell.IExecResultStreaming;