balena-cli/lib
Paulo Castro 6631fb5a69 Mitigate "MaxListenersExceededWarning" by reusing Logger instance
The full warning output was:
(node:43572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 drain listeners added. Use emitter.setMaxListeners() to increase limit
(node:43572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
(node:43572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2019-09-12 01:49:40 +01:00
..
actions Mitigate "MaxListenersExceededWarning" by reusing Logger instance 2019-09-12 01:49:40 +01:00
actions-oclif Fix mismatched Node.js version errors in standalone package on Windows 2019-09-11 01:17:26 +01:00
auth Rename everything from 'resin' to 'balena' 2018-10-29 22:29:02 +01:00
hooks/prerun Add missing oclif-based commands to mixpanel tracking 2019-09-01 23:42:21 +01:00
utils Mitigate "MaxListenersExceededWarning" by reusing Logger instance 2019-09-12 01:49:40 +01:00
app-capitano.coffee Add missing oclif-based commands to mixpanel tracking 2019-09-01 23:42:21 +01:00
app-common.ts Implement full command testing, beginning with "balena version" 2019-08-12 14:50:41 +01:00
app-oclif.ts Add missing oclif-based commands to mixpanel tracking 2019-09-01 23:42:21 +01:00
app.ts Add missing oclif-based commands to mixpanel tracking 2019-09-01 23:42:21 +01:00
config.ts Add "build secrets" and "build variables" support for push/build/deploy 2019-07-15 16:23:35 +01:00
errors.ts chore: fix up small typos, remove gitter link 2019-07-17 20:12:52 +01:00
events.ts Add missing oclif-based commands to mixpanel tracking 2019-09-01 23:42:21 +01:00
global.d.ts Bump min Node.js version to 8.0, ts-node to 8.1 and typescript to 3.4. 2019-06-04 13:51:55 +01:00