Skip to content

Commit

Permalink
Update file.node.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Dec 19, 2024
1 parent b8d6da3 commit 3bc6ee3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions file/file.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 , '/' ) )

Expand Down

0 comments on commit 3bc6ee3

Please sign in to comment.