Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Mar 19, 2014
1 parent 992cbb8 commit 9c1792c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions handlebars-precompiler.js
Expand Up @@ -147,10 +147,11 @@ exports.watchDir = function(dir, outfile, extensions, silent) {
var file = files[i];
if (regex.test(file)) {
fs.watch(file, compileOnChange);
if (!silent)
if (!silent) {
console.log('[watching] ' + file);
}
}
}
}
});
}
};

0 comments on commit 9c1792c

Please sign in to comment.