Remove unused param for #start callback
This commit is contained in:
parent
594c73dc60
commit
b66a1d3fee
|
@ -223,7 +223,7 @@ Robot.prototype.start = function() {
|
|||
self.startConnections,
|
||||
self.startDevices,
|
||||
begin
|
||||
], function(err, results) {
|
||||
], function(err) {
|
||||
if (!!err) {
|
||||
Logger.fatal("An error occured while trying to start the robot:");
|
||||
Logger.fatal(err);
|
||||
|
|
Loading…
Reference in New Issue