fix(config): migrate project metadata and documentation to .smartconfig.json
This commit is contained in:
@@ -32,7 +32,7 @@ export class Watcher {
|
||||
executor: 'bash',
|
||||
});
|
||||
|
||||
private currentExecution: plugins.smartshell.IExecResultStreaming;
|
||||
private currentExecution: plugins.smartshell.IExecResultStreaming | undefined;
|
||||
private smartwatchInstance = new plugins.smartwatch.Smartwatch([]);
|
||||
private options: IWatcherConstructorOptions;
|
||||
private debounceTimer: NodeJS.Timeout | null = null;
|
||||
|
||||
Reference in New Issue
Block a user