mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
69566f7fc3
PubNub keeps the process alive after a history query for some reason, so trying to print the logs history like: $ resin logs <uuid> Will result in the logs being printed correctly, but the process waiting infinitely without ending. The workaround consists in forcing `process.exit` to exit the process with an error code zero. Caveats: - This workaround prevents this command to be used programatically. Issue: https://github.com/resin-io/resin-cli/issues/14 |
||
---|---|---|
.. | ||
actions | ||
app.coffee | ||
errors.coffee | ||
plugins.coffee |