Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit d06effe

Browse files
committed
clean up nodemon error message on quit
1 parent 64408dc commit d06effe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/commands/project/project.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ function start(directory, options, cb) {
172172
}
173173
}).on('restart', function (files) {
174174
emit('Project restarted. Files changed: ', files);
175+
}).on('quit', function () {
176+
process.exit(0);
175177
});
176178
});
177179
}

0 commit comments

Comments
 (0)