fix(core): update
This commit is contained in:
parent
28ba176b62
commit
3bad722c25
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartchok',
|
name: '@push.rocks/smartchok',
|
||||||
version: '1.0.33',
|
version: '1.0.34',
|
||||||
description: 'smart wrapper for chokidar'
|
description: 'A smart wrapper for chokidar to facilitate file watching with enhanced features.'
|
||||||
}
|
}
|
||||||
|
@ -101,8 +101,8 @@ export class Smartchok {
|
|||||||
return result;
|
return result;
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
depth: 20,
|
depth: 4,
|
||||||
recursive: false,
|
recursive: true,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
this.watcher.on('ready', () => {
|
this.watcher.on('ready', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user