chore(dev): improve bulk change handling #2234

Merged
Sainan merged 4 commits from dev-debounce into main 2025-06-21 11:33:59 -07:00
Showing only changes of commit 9827da1b86 - Show all commits

View File

@ -29,7 +29,7 @@ function run(changedFile) {
}
clearTimeout(timeout);
timeout = setTimeout(function() {
timeout = setTimeout(function () {
buildproc = spawn("npm", ["run", "build:dev"], { stdio: "inherit", shell: true });
buildproc.on("exit", code => {
buildproc = undefined;