We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b4007 commit f977746Copy full SHA for f977746
src/compiler/transpile/create-watch-program.ts
@@ -52,7 +52,7 @@ export const createTsWatchProgram = async (
52
} else {
53
timeoutId = setTimeout(tick, delay);
54
}
55
- }
+ };
56
57
return timeoutId;
58
},
0 commit comments