@@ -51,7 +51,7 @@ export class FileUploadWatcher {
|
||||
});
|
||||
|
||||
this.watcher.on('all', (event, filePath) => {
|
||||
if (event === 'addDir') {
|
||||
if (event === 'addDir' || event === 'unlinkDir') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ export class ManifestWatcher {
|
||||
});
|
||||
|
||||
this.watcher.on('all', (event, filePath) => {
|
||||
if (event === 'addDir') {
|
||||
if (event === 'addDir' || event === 'unlinkDir') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user