Skip to content

Commit

Permalink
Don't double-debounce with watcher library
Browse files Browse the repository at this point in the history
  • Loading branch information
dobesv committed Sep 9, 2023
1 parent 923cb9d commit 80b77c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function (
// Run ./dedupe.js as preload script
if (dedupe) process.env.NODE_DEV_PRELOAD = localPath('dedupe');

const watcher = filewatcher({ debounce, forcePolling, interval });
const watcher = filewatcher({ forcePolling, interval });
let isPaused = false;

// The child_process
Expand Down

0 comments on commit 80b77c2

Please sign in to comment.