diff --git a/file/file.node.ts b/file/file.node.ts index 4917be3d31..8f6ad30d99 100644 --- a/file/file.node.ts +++ b/file/file.node.ts @@ -68,11 +68,6 @@ namespace $ { watcher .on( 'all' , ( type , path )=> { - - if( path instanceof Error ) { - this.$.$mol_fail_log( path ) - return - } const file = $mol_file.relative( path.replace( /\\/g , '/' ) )