MCPcopy
hub / github.com/expressjs/generator / done

Function done

bin/express-cli.js:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 // https://github.com/joyent/node/issues/6247 is just one bug example
395 // https://github.com/visionmedia/mocha/issues/333 has a good discussion
396 function done () {
397 if (!(draining--)) _exit(code)
398 }
399
400 var draining = 0
401 var streams = [process.stdout, process.stderr]

Callers 2

cmd.jsFile · 0.85
exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected