Closed rishson closed 7 years ago
If you run multiple dojo build -w then you'll get:
dojo build -w
$ dojo build -w events.js:160 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE 127.0.0.1:9999 at Object.exports._errnoException (util.js:1022:11) at exports._exceptionWithHostPort (util.js:1045:20) at Server._listen2 (net.js:1262:14) at listen (net.js:1298:10) at doListening (net.js:1397:7) at _combinedTickCallback (internal/process/next_tick.js:77:11) at process._tickCallback (internal/process/next_tick.js:98:9)
Might be nice to capture this error and just say:
Cannot start a build server because you already have one running.
If you run multiple
dojo build -w
then you'll get:Might be nice to capture this error and just say:
Cannot start a build server because you already have one running.