Skip to content

repl: fix overzealous top-level await

When top-level await is detected, only await what the user wants to await.

Fixes: https://github.com/nodejs/node/issues/43777

Merge request reports

Loading