Juan Cruz Viotti 69566f7fc3 Force logs command to exit when not in --tail mode. Fix #14.
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
2015-08-13 15:08:16 -04:00
..
2015-08-12 08:17:46 -04:00
2015-08-12 08:17:46 -04:00
2015-08-12 08:17:46 -04:00
2015-08-12 08:17:46 -04:00
2015-03-19 11:45:07 -04:00
2015-05-14 11:32:18 -03:00
2015-08-12 08:17:46 -04:00