Uh oh!
There was an error while loading. Please reload this page.
debugger: fix TypeError of list command in inspector repl - #42776
Conversation
Uh oh!
There was an error while loading. Please reload this page.
meixg
commented
Apr 20, 2022
There is a ci failure that seems related to the change : https://github.com/nodejs/node/runs/6070093179?check_suite_focus=true |
ae6defd to
cd64887Comparecola119
commented
Apr 20, 2022
@meixg Thank you. I fixed. (but |
nodejs-github-bot
commented
Apr 20, 2022
Based on the CI failures, it looks like this is quite flaky on some configurations 🤔 Any idea what might be causing this? |
cola119
commented
Apr 20, 2022
@aduh95 It seems to be fixed by 2206bd0fb908491a21ae16f5db4beeee72a038bb |
There was a problem hiding this comment.
Can this be refactored into an async function with awaits rather than a long then chain?
There was a problem hiding this comment.
@jasnell done fea46820e4dc50e74340bc58e10c898bebfe7ed2
nodejs-github-bot
commented
Apr 21, 2022
nodejs-github-bot
commented
Apr 21, 2022
aduh95
commented
Apr 21, 2022
There seems to be some related CI failures |
fea4682 to
88f48e0Comparenodejs-github-bot
commented
Apr 22, 2022
nodejs-github-bot
commented
May 22, 2022
nodejs-github-bot
commented
May 22, 2022
aduh95
commented
May 22, 2022
Landed in cbb92b0 |
danielleadams
commented
Jun 27, 2022
PR-URL: nodejs#42776Fixes: nodejs#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#42776Fixes: nodejs/node#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Currently list command throws TypeError after the inspector is disconnected.
This PR fixed to throw ERR_DEBUGGER_ERROR instead of TypeError.
Fixes: #42775