Skip to content

Commit

Permalink
deprecate orange comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Apr 19, 2019
1 parent 4a6b97b commit 843a88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

Expand Down

0 comments on commit 843a88c

Please sign in to comment.