Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 79b04bc

Browse files
committed
chore(watch): clean-up tslint error and comments
clean-up tslint error and comments
1 parent 519cd7f commit 79b04bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/watch.ts

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function startWatcher(index: number, watcher: Watcher, context: BuildContext, wa
6565
} else if (Array.isArray(watcher.paths)) {
6666
filesWatchedString = watcher.paths.join(', ');
6767
}
68-
//Logger.error(`A watch configured to watch the following paths failed to start. It likely that a file referenced does not exist: ${filesWatchedString}`);
6968
reject(new BuildError(`A watch configured to watch the following paths failed to start. It likely that a file referenced does not exist: ${filesWatchedString}`));
7069
}, 3000);
7170
prepareWatcher(context, watcher);

0 commit comments

Comments
 (0)