mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
browser: whitespace
This commit is contained in:
parent
3491ad6e3a
commit
8e09edf8f6
@ -55,7 +55,7 @@ function useColors() {
|
||||
exports.formatters.j = function(v) {
|
||||
try {
|
||||
return JSON.stringify(v);
|
||||
}catch( err){
|
||||
} catch (err) {
|
||||
return '[UnexpectedJSONParseError]: ' + err.message;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user