1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Clarify comment.

This commit is contained in:
Simo Kinnunen 2014-04-02 15:16:30 +09:00
parent 1559424a42
commit 0673dab4d0

View file

@ -505,7 +505,7 @@ program
var log = logger.createLogger('cli:local') var log = logger.createLogger('cli:local')
, options = cliutil.lastArg(arguments) , 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. // default limit of 10. So, it's not a leak, but a refactor wouldn't hurt.
process.setMaxListeners(20) process.setMaxListeners(20)