balena-cli/build
Juan Cruz Viotti 8c9a0e0ff1 Fix broken device await command
There were two issues that prevented this command from working
correctly:

1- `Promise.delay()` is used, but `Promise` was not imported.
2- The following line had incorrect indentation (spaces instead of
		tabs):

		poll().nodeify(done)

Therefore CoffeeScript interpreted that the line had to be executed at
the end of the `poll()` function, causing `poll()` to never be called.
2015-08-14 14:11:49 -04:00
..
actions Fix broken device await command 2015-08-14 14:11:49 -04:00
data Commit build directory 2015-02-26 11:47:56 -04:00
app.js Remove preferences command 2015-08-13 15:00:51 -04:00
errors.js Add ENOGIT specific error message 2015-03-10 13:56:55 -04:00
plugins.js Implement plugin update command 2015-03-02 10:41:08 -04:00