Skip to content

Commit

Permalink
Tidy logging on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmullen authored and mansurpasha committed May 4, 2020
1 parent d474c7e commit 57954b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ function startTool() {
}
})
.catch((error) => {
console.log(JSON.stringify(creds), "error:", error);
console.error(error);
});
}

Expand Down

0 comments on commit 57954b8

Please sign in to comment.