Skip to content

Commit

Permalink
Enable chokidar stabilizer
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 8, 2022
1 parent 4c21ff5 commit ab28d8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const watcher = chokidar.watch([], {
persistent: true,
followSymlinks: true,
disableGlobbing: true,
ignoreInitial: true
// awaitWriteFinish: {
// stabilityThreshold: 4000,
// pollInterval: 1000
// }
ignoreInitial: true,
awaitWriteFinish: {
stabilityThreshold: 4000,
pollInterval: 1000
}
});

const uriNoTrailingSlash = (uri) => {
Expand Down

0 comments on commit ab28d8d

Please sign in to comment.