Skip to content

Commit 2d80b09

Browse files
Change a todo comment to a notice comment
1 parent 3185c47 commit 2d80b09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var _ = require('lodash');
66
var chokidar = require('chokidar');
77
var utils = require('./utils');
88

9-
109
var EVENT_DESCRIPTIONS = {
1110
add: 'File added',
1211
addDir: 'Directory added',
@@ -153,7 +152,7 @@ function startWatching(opts) {
153152
}
154153
}
155154

156-
// TODO: commands might be still run concurrently
155+
// XXX: commands might be still run concurrently
157156
if (opts.command) {
158157
debouncedRun(
159158
opts.command

0 commit comments

Comments
 (0)