neex 0.6.41 → 0.6.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/watcher.js +0 -5
- package/package.json +1 -1
package/dist/src/watcher.js
CHANGED
|
@@ -204,11 +204,6 @@ class FileWatcher extends events_1.EventEmitter {
|
|
|
204
204
|
logger_1.default.printLine(`Cannot watch ${watchPath}: ${error.message}`, 'warn');
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
|
-
const watchedCount = this.watchers.length;
|
|
208
|
-
logger_1.default.printLine(`File watcher started. Monitoring ${chalk_1.default.green(watchedCount)} locations`, 'info');
|
|
209
|
-
if (this.options.ext && this.options.ext.length > 0) {
|
|
210
|
-
logger_1.default.printLine(`Watching extensions: ${chalk_1.default.cyan(this.options.ext.join(', '))}`, 'info');
|
|
211
|
-
}
|
|
212
207
|
}
|
|
213
208
|
stop() {
|
|
214
209
|
if (!this.isWatching) {
|