browser: whitespace

This commit is contained in:
Nathan Rajlich 2016-11-14 16:31:44 -08:00
parent 3491ad6e3a
commit 8e09edf8f6

View File

@ -55,7 +55,7 @@ function useColors() {
exports.formatters.j = function(v) {
try {
return JSON.stringify(v);
}catch( err){
} catch (err) {
return '[UnexpectedJSONParseError]: ' + err.message;
}
};