Fixed object typo in start scaffold.

This commit is contained in:
Braydon Fuller 2015-09-01 13:37:14 -04:00
parent 396d6ac08a
commit f2fb4a1379

View File

@ -107,7 +107,7 @@ function registerSyncHandlers(node, delay) {
/**
* Will register event handlers to stop the node for `process` events
* `uncaughtException` and `SIGINT`.
* @param {Node} proc - The Node.js process
* @param {Object} proc - The Node.js process
* @param {Node} node
*/
function registerExitHandlers(proc, node) {