Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Remove bad trailing }.
  • Loading branch information
indexzero committed Aug 30, 2013
1 parent 5f698ce commit fff9122
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jitsu.js
Expand Up @@ -389,7 +389,6 @@ jitsu.showError = function (command, err, shallow, skip) {
return errors.connection.length
? unknownError('Error contacting drone(s):', errors.connection[0].stack)
: unknownError('Error returned from Nodejitsu:', errors[0].stack);
}
}
else if (err.result.stack) {
unknownError('Error returned from Nodejitsu:', err.result.stack);
Expand Down

0 comments on commit fff9122

Please sign in to comment.