We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d325d4 commit 55aa555Copy full SHA for 55aa555
file/file.node.ts
@@ -67,7 +67,7 @@ namespace $ {
67
} )
68
69
watcher
70
- .on( 'all' , ( type , path )=> {
+ .on( 'all' , ( type: string , path: string )=> {
71
72
const file = $mol_file.relative( path.replace( /\\/g , '/' ) )
73
0 commit comments