From 0673dab4d088329bd281adddd8dc53fc46baa706 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 2 Apr 2014 15:16:30 +0900 Subject: [PATCH] Clarify comment. --- lib/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 21173e12..722e1d98 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -505,7 +505,7 @@ program var log = logger.createLogger('cli:local') , options = cliutil.lastArg(arguments) - // Each forked process waits for signals to stop, and we run over the + // Each forked process waits for signals to stop, and so we run over the // default limit of 10. So, it's not a leak, but a refactor wouldn't hurt. process.setMaxListeners(20)