Fixed object typo in start scaffold.
This commit is contained in:
parent
396d6ac08a
commit
f2fb4a1379
@ -107,7 +107,7 @@ function registerSyncHandlers(node, delay) {
|
|||||||
/**
|
/**
|
||||||
* Will register event handlers to stop the node for `process` events
|
* Will register event handlers to stop the node for `process` events
|
||||||
* `uncaughtException` and `SIGINT`.
|
* `uncaughtException` and `SIGINT`.
|
||||||
* @param {Node} proc - The Node.js process
|
* @param {Object} proc - The Node.js process
|
||||||
* @param {Node} node
|
* @param {Node} node
|
||||||
*/
|
*/
|
||||||
function registerExitHandlers(proc, node) {
|
function registerExitHandlers(proc, node) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user