neex 0.6.93 → 0.6.94
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/dev-manager.js +0 -3
- package/package.json +1 -1
package/dist/src/dev-manager.js
CHANGED
|
@@ -434,9 +434,6 @@ class DevManager {
|
|
|
434
434
|
this.watcher = null;
|
|
435
435
|
}
|
|
436
436
|
await this.stopProcess();
|
|
437
|
-
if (!this.options.quiet) {
|
|
438
|
-
logger_manager_js_1.loggerManager.printLine(`${chalk_1.default.green('⏹')} Dev server stopped.`, 'info');
|
|
439
|
-
}
|
|
440
437
|
// Cleanup temp files
|
|
441
438
|
if (fs_1.default.existsSync(this.tempDir)) {
|
|
442
439
|
try {
|