Skip to content

Commit

Permalink
browser: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 15, 2016
1 parent 3491ad6 commit 8e09edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function useColors() {
exports.formatters.j = function(v) {
try {
return JSON.stringify(v);
}catch( err){
} catch (err) {
return '[UnexpectedJSONParseError]: ' + err.message;
}
};
Expand Down

1 comment on commit 8e09edf

@thebigredgeek
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lolz

Please sign in to comment.