-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entering async IIFE in REPL triggers DCHECK #38685
Comments
Is this still a bug? Does it exist on all supported Node.js versions? |
@targos It appears to be gone on |
it's my first issue for node project, please check it , thank you |
@binvb The PR seems okay, but it’s not a regression test because it doesn’t actually break for versions of Node.js in which this bug existed. You need to test the actual, literal string |
@addaleax how can I replicate this? I am using latest LTS
|
Hi, everyone. Is this still an issue? Can I pick it as a good first issue? |
Hi, can I pick this issue ? |
What steps will reproduce the bug?
Enter
(async() => { })()
into a Node.js REPL, compiled with V8 debug checks enabled./cc @nodejs/v8
The text was updated successfully, but these errors were encountered: