diff --git a/lib/scaffold/start.js b/lib/scaffold/start.js index af1041e4..3f092d82 100644 --- a/lib/scaffold/start.js +++ b/lib/scaffold/start.js @@ -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) {