diff --git a/README.md b/README.md index ca346dc..08e51d8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Each function in this lib is tested thoroughly and is not deoptimized by v8. This library implements its own test suite that is very useful to inspect performance issues. + ### Performance resources * `node --trace-deop` and `node --trace-opt` diff --git a/logging.js b/logging.js index 7a2947b..4fa7d26 100644 --- a/logging.js +++ b/logging.js @@ -48,7 +48,7 @@ const _browserStyleMap = { [GREY]: pair.create('color', 'grey'), [RED]: pair.create('color', 'red'), [PURPLE]: pair.create('color', 'purple'), - [ORANGE]: pair.create('color', 'orange'), + [ORANGE]: pair.create('color', 'orange'), // not well supported in chrome when debugging node with inspector - TODO: deprecate [UNCOLOR]: pair.create('color', 'black') }