Hoang Huynh

Results 2 comments of Hoang Huynh

Seems like this block of codes causes the command to be executed twice: ```js eventKeys.forEach(function (key) { handler.on(key, function (event) { eventsDebug(JSON.stringify(event)) handleRules(logStream, options.rules, event) }) }) ``` When you...