Uh oh!
There was an error while loading. Please reload this page.
lib: enhance use of Error from primordials - #31163
Conversation
Sebastien-Ahkrin
commented
Jan 2, 2020
Refs: #30697 |
BridgeAR
commented
Jan 2, 2020
Does this have any impact on |
targos
commented
Jan 2, 2020
No, the object is the same as the global one. |
nodejs-github-bot
commented
Jan 2, 2020
Sebastien-Ahkrin
commented
Jan 3, 2020
This PR is errored with the JS test suite in the "parallel/test-tick-processor-arguments" test ... i can reproduce the error now in my computer . i will investigate 😄 |
2b5695f to
9c1d309CompareSebastien-Ahkrin
commented
Jan 3, 2020
@targos found the error 😄 so its only because the file v8-prof-polyfill can't contain any primordials. /* eslint-disable no-restricted-globals */I hope this will help you :) |
nodejs-github-bot
commented
Jan 4, 2020
nodejs-github-bot
commented
Jan 4, 2020
PR-URL: nodejs#31163 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Trott
commented
Jan 4, 2020
Landed in c9b93e2 |
PR-URL: #31163 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #31163 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #31163 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Hello,
Now, in this PR I have added Error in the primordials eslint
so have created a line in "/lib/.eslintrc.yaml".
And just import Error :).
I hope this new PR will help you :x