| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
Lies 😉 |
Sorry, something went wrong.
Sorry, something went wrong.
| Object.defineProperty(process, 'platform', platform); | ||
| } | ||
|
|
||
| process.env.NODE_DISABLE_COLORS = NODE_DISABLE_COLORS; |
There was a problem hiding this comment.
This test fails when being run with NODE_PENDING_DEPRECATION=1, because NODE_DISABLE_COLORS can be undefined at this point.
I guess you could just drop this line? Setting an environment variable at the end of the script shouldn’t make a difference anyway, I think…
Sorry, something went wrong.
|
Comment addressed. PTAL. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
PR-URL: nodejs#19446 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
|
Should only be backported to v9.x-staging if #18800 is. Edit: wrong reference |
Sorry, something went wrong.
PR-URL: nodejs#19446 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
| Back | FazBrowse Home | New Git URL |
The tty.getColorDepth function has only a very basic coverage. This almost fully covers that function (there are some parts that can not really be tested).
Checklist