| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/34891 ✔ Done loading data for nodejs/node/pull/34891 ----------------------------------- PR info ------------------------------------ Title errors: Use `ErrorPrototypeToString` from `primordials` object (#34891) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch ExE-Boss:lib/internal/errors/use-primordials-error-prototype-tostring -> nodejs:master Labels errors Commits 1 - errors: Use `ErrorPrototypeToString` from `primordials` object Committers 1 - ExE Boss <3889017+ExE-Boss@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/34891 Reviewed-By: Gus Caplan Reviewed-By: Michaël Zasso Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/34891 Reviewed-By: Gus Caplan Reviewed-By: Michaël Zasso Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig -------------------------------------------------------------------------------- ℹ Last Full PR CI on 2020-08-23T17:41:17Z: https://ci.nodejs.org/job/node-test-pull-request/32907/ - Querying data of job/node-test-pull-request/32907/ ✔ Build data downloaded ℹ This PR was created on Sun, 23 Aug 2020 15:45:55 GMT ✔ Approvals: 6 ✔ - Gus Caplan (@devsnek): https://github.com/nodejs/node/pull/34891#pullrequestreview-473024249 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/34891#pullrequestreview-473024251 ✔ - Ruben Bridgewater (@BridgeAR) (TSC): https://github.com/nodejs/node/pull/34891#pullrequestreview-473026575 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/34891#pullrequestreview-473596914 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/34891#pullrequestreview-473794806 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/34891#pullrequestreview-474025385 -------------------------------------------------------------------------------- ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/master up to date... From https://github.com/nodejs/node * branch master -> FETCH_HEAD ✔ origin/master is now up-to-date - Downloading patch for 34891 ✔ Downloaded patch to /home/runner/work/node/node/.ncu/34891/patch -------------------------------------------------------------------------------- Applying: errors: Use `ErrorPrototypeToString` from `primordials` object ✔ Patches applied -------------------------------------------------------------------------------- --------------------------------- New Message ---------------------------------- errors: Use `ErrorPrototypeToString` from `primordials` object |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if the commit queue bot is OK with the commit message.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #34891 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
This should probably also be backported. |
Sorry, something went wrong.
PR-URL: #34891 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #34891 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #34891 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
This ensures that the prepareStackTrace no override fallback path doesn’t get broken by Error.prototype.toString.call not being Function.prototype.call.
Checklist