util: Use let instead of var for util/inspect.js#30399
util: Use let instead of var for util/inspect.js#30399lmammino wants to merge 3 commits intonodejs:masterfrom
Conversation
|
Ci seems to be failing because the first letter (after subsystem) in my commit message is uppercase. I'll try to fix this with an amend commit... |
8c7a7df to
a2dd360
Compare
|
Linux-containered (ubuntu1804_sharedlibs_debug_x64): https://ci.nodejs.org/job/node-test-commit-linux-containered/16157/ |
|
Still seeing some failures in the CI, can someone guide me on what's wrong and how to resolve any pending issue? |
|
last run (linux-containerized) was aborted due to infra issues. new run: |
|
the linux-containerized failure |
PR-URL: #30399 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
|
landed in 3f59704. thanks for the contribution! |
|
Thank you all for helping me with this :) |
PR-URL: #30399 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30399 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30399 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Style changes: use
letinstead ofvarinlib/internal/util/inspect.jsChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes