Closed
Description
Version
16.8.0
Platform
No response
Subsystem
repl
What steps will reproduce the bug?
> await 1;;
How often does it reproduce? Is there a required condition?
with the top level await, and at least 2 semicolons.
What is the expected behavior?
> await 1;;
1
What do you see instead?
> await 1;;
undefined
Additional information
No response