fix(core): update
This commit is contained in:
@ -95,7 +95,11 @@ export class Smartchok {
|
||||
const done = plugins.smartpromise.defer<void>();
|
||||
this.status = 'starting';
|
||||
this.watcher = new plugins.watcher(
|
||||
this.watchStringmap.getStringArray().map((string) => this.getGlobBase(string))
|
||||
this.watchStringmap.getStringArray().map((string) => this.getGlobBase(string)),
|
||||
{
|
||||
depth: 20,
|
||||
recursive: true,
|
||||
}
|
||||
);
|
||||
this.watcher.on('ready', () => {
|
||||
this.status = 'watching';
|
||||
|
Reference in New Issue
Block a user