Skip to content

Commit

Permalink
fix watcher start
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Oct 9, 2020
1 parent 8cd3b6d commit 389647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crafty/src/Watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Watcher {
"on change"
);
this.runOnce = this.runOnce.concat(tasks);
const watch = require("./watcher");
const watch = require("./watch");
this.watchers[regex].running = watch(regex, {}, parallelRun);
}
};
Expand Down

0 comments on commit 389647a

Please sign in to comment.