Skip to content

Commit

Permalink
More logs again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 22, 2018
1 parent 332fcb3 commit cd67b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/commands/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ module.exports = command;

// See: https://github.com/cksource/mgit2/issues/87
function isRemoteHungUpError( error ) {
console.log( typeof error );
console.log( error );

if ( typeof error != 'string' ) {
error = error.toString();
}
Expand Down

0 comments on commit cd67b3c

Please sign in to comment.