Skip to content

Commit 8dac07f

Browse files
committed
fix node init
Signed-off-by: George Lemon <[email protected]>
1 parent 3270d7e commit 8dac07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tim.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ when defined napibuild:
420420
# Runs when deleting a file
421421
notify("✨ Deleted", file.getName())
422422
timjs.clearTemplateByPath(file.getPath())
423-
423+
let basepath = timjs.getSourcePath()
424424
var w =
425425
newWatchout(
426426
dirs = @[basepath / "layouts" / "*",

0 commit comments

Comments
 (0)