Skip to content

Commit 55aa555

Browse files
author
jin
committed
+++
1 parent 6d325d4 commit 55aa555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file/file.node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace $ {
6767
} )
6868

6969
watcher
70-
.on( 'all' , ( type , path )=> {
70+
.on( 'all' , ( type: string , path: string )=> {
7171

7272
const file = $mol_file.relative( path.replace( /\\/g , '/' ) )
7373

0 commit comments

Comments
 (0)