mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
TODO about subprocess error handling
This commit is contained in:
parent
4790fe3a5e
commit
159a586e08
@ -6,6 +6,8 @@ require('coffee-script/register');
|
||||
var device = require('../lib/actions/device.coffee');
|
||||
var errors = require('../lib/errors/errors');
|
||||
|
||||
// TODO: Do some error handling when image or device are incorrect
|
||||
|
||||
device.init.action({
|
||||
image: process.argv[2],
|
||||
device: process.argv[3]
|
||||
|
Loading…
Reference in New Issue
Block a user