test: force console tests to operate in tty mode#6846
test: force console tests to operate in tty mode#6846galargh merged 2 commits intocheck-failing-test-v-nextfrom
Conversation
|
|
The fix for the failing WASM compilation is inspired by the conversation from nodejs/node#58515 (and more specifically a similar fix that was applied here nodejs/node#58598 (comment) + nodejs/node@4d6f693). I'm still not sure why we weren't hit by this earlier. |
kanej
left a comment
There was a problem hiding this comment.
Looks good. Thanks for documenting our issues here in the code comment.
I browsed through the node changelog and I found an even less intrusive fix for our "use after close" issue. In fact, this could probably be considered a full fix unless we expect users to use the console tasks in a nonTTY environments.