tanepiper / SublimeText-Nodejs

nodejs snippets and bindings for Sublime Text 3
Do What The F*ck You Want To Public License
1.13k stars 262 forks source link

Build system kills nodemon #36

Open numkem opened 11 years ago

numkem commented 11 years ago

Hello,

I'm using nodemon for development since I don't want to restart my node apps every time I do a modification to a file.

It seems like I cannot use the build system to launch a node script that would connect to a deamon running with nodemon. Nodemon just exists saying it was killed.

Any way around this? I'd really love to not have to have a seperate prompt for running my script and do it all in sublime text.

Thanks!

varp commented 6 years ago

Resolved in v2.0.2

varp commented 6 years ago

Sorry, only resolved the part related to the debugger. The debugger command also was killing all node processes. Will fix in future release