Skip to content

Commit

Permalink
Change a todo comment to a notice comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Nov 22, 2015
1 parent 3185c47 commit 2d80b09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var _ = require('lodash');
var chokidar = require('chokidar');
var utils = require('./utils');


var EVENT_DESCRIPTIONS = {
add: 'File added',
addDir: 'Directory added',
Expand Down Expand Up @@ -153,7 +152,7 @@ function startWatching(opts) {
}
}

// TODO: commands might be still run concurrently
// XXX: commands might be still run concurrently
if (opts.command) {
debouncedRun(
opts.command
Expand Down

0 comments on commit 2d80b09

Please sign in to comment.