diff --git a/bin/app.js b/bin/app.js index bc5339c..a6b519c 100755 --- a/bin/app.js +++ b/bin/app.js @@ -1551,7 +1551,8 @@ function watchFolders() { persistent: true, // ignores use anymatch (https://github.com/es128/anymatch) ignored: constants.chokiWatcherIgnore, - + //waited till write to file finishes (atomic save bug) + awaitWriteFinish: true, // performance hit? alwaysStat: true })