fix(cli): fix nits preventing release

This commit is contained in:
Ruben Fiszel
2025-02-13 01:51:54 +01:00
committed by GitHub
parent 23bc3b183c
commit da1c75a04c
+1
View File
@@ -45,6 +45,7 @@ async function dev(opts: GlobalOptions & SyncOptions) {
if (changesTimeouts[key]) {
clearTimeout(changesTimeouts[key]);
}
// @ts-ignore
changesTimeouts[key] = setTimeout(async () => {
delete changesTimeouts[key];
await loadPaths(event.paths);