Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Dec 21, 2017
1 parent 2c68e37 commit d10b18c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ function buildWatcherOptions(options) {
root: process.cwd(),
});

const watchPreference = detector.findBestWatcherOption({ watcher: options.watcher });
const watchPreference = detector.findBestWatcherOption({
watcher: options.watcher,
});
const watcher = watchPreference.watcher;

return {
Expand Down

0 comments on commit d10b18c

Please sign in to comment.