-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
src: improve error handling in process_wrap #56977
src: improve error handling in process_wrap #56977
Conversation
Replace ToLocalChecked uses.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56977 +/- ##
==========================================
- Coverage 89.13% 89.10% -0.04%
==========================================
Files 665 665
Lines 193165 193218 +53
Branches 37191 37208 +17
==========================================
- Hits 172181 172169 -12
- Misses 13729 13754 +25
- Partials 7255 7295 +40
|
stdios->Get(context, i).ToLocalChecked().As<Object>(); | ||
Local<Value> type = | ||
stdio->Get(context, env->type_string()).ToLocalChecked(); | ||
Local<Value> val; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we define this variable outside of the loop? Same goes for 143 and 144.
Landed in 888e5eb |
Replace ToLocalChecked uses. PR-URL: #56977 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Replace ToLocalChecked uses. PR-URL: nodejs#56977 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Replace ToLocalChecked uses.