balena-cli/lib/utils/device
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
..
api.ts Add a containerId request function to the device api module 2019-05-27 13:48:53 +01:00
deploy.ts Mitigate "MaxListenersExceededWarning" by reusing Logger instance 2019-09-12 01:49:40 +01:00
errors.ts livepush: Perform full rebuild on Dockerfile-like file change 2019-04-23 14:00:05 +01:00
live.ts chore: fix up small typos, remove gitter link 2019-07-17 20:12:52 +01:00
logs.ts Allow multiple services to be tailed with balena logs and push 2019-06-04 13:52:35 +01:00
progress.ts Add device OS update action 2019-06-11 15:27:23 +03:00
ssh.ts Fix windows straight-to-container SSH 2019-06-04 13:51:58 +01:00