We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe67d04 + 02d216f commit 4a216c3Copy full SHA for 4a216c3
lib/monitor/watch.js
@@ -87,6 +87,7 @@ function watch() {
87
var total = 0;
88
89
watcher.on('change', filterAndRestart);
90
+ watcher.on('unlink', filterAndRestart);
91
watcher.on('add', function (file) {
92
if (watcher.ready) {
93
return filterAndRestart(file);
0 commit comments