You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cause of this is that feeding the above line to evalContext (plainly a binding to create script and eval under the current context) yields the surprising error SyntaxError: missing ) after argument list, thus REPL assumes that there needs more input and waits.
This might be an upstream issue of V8.
The text was updated successfully, but these errors were encountered:
Top level await has unexpected results in the repl:
The cause of this is that feeding the above line to
evalContext
(plainly a binding to create script and eval under the current context) yields the surprising errorSyntaxError: missing ) after argument list
, thus REPL assumes that there needs more input and waits.This might be an upstream issue of V8.
The text was updated successfully, but these errors were encountered: