mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
8c9a0e0ff1
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. |
||
---|---|---|
.. | ||
actions | ||
data | ||
app.js | ||
errors.js | ||
plugins.js |