-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
repl: fix repl crashing on variable declarations without init #59032
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
repl: fix repl crashing on variable declarations without init #59032
Conversation
This is significantly impacting REPL (I'm really sorry about that 😓), so I am proposing to fast-track hoping to land this fix as soon as possible |
Fast-track has been requested by @dario-piotrowicz. Please 👍 to approve. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #59032 +/- ##
==========================================
- Coverage 90.08% 90.06% -0.03%
==========================================
Files 645 645
Lines 189128 189132 +4
Branches 37088 37099 +11
==========================================
- Hits 170378 170338 -40
- Misses 11470 11512 +42
- Partials 7280 7282 +2
🚀 New features to boost your workflow:
|
@nodejs/releasers ... this should likely go out in a patch release fairly soon |
Landed in 049664b |
PR-URL: #59032 Fixes: #59029 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixes: #59029