fix linting errors

This commit is contained in:
Sebastian McKenzie
2014-12-12 12:14:02 +11:00
parent 55e2010311
commit 615425c808
6 changed files with 5 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ module.exports = function (commander, filenames) {
walk();
if (commander.watch) {
var watcher = chokidar.watch(filenames, {
chokidar.watch(filenames, {
persistent: true,
ignoreInitial: true
}).on("all", function (type, filename) {