From 3bc6ee37cd12a45c00cdfdda051db54183c5e1e8 Mon Sep 17 00:00:00 2001 From: stan-donarise Date: Thu, 19 Dec 2024 10:48:34 +0300 Subject: [PATCH] Update file.node.ts --- file/file.node.ts | 5 ----- 1 file changed, 5 deletions(-) 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 , '/' ) )