From f2fb4a1379e00feb5525bed9644034989ab7971e Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 1 Sep 2015 13:37:14 -0400 Subject: [PATCH] Fixed object typo in start scaffold. --- lib/scaffold/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {