Skip to content

test: use log only in test-child-process-fork-net

We are currently having issues with test-child-process-fork-net on Windows CI. Debugging is slightly hampered by the mix of console.log() and console.error() as our test runner does not interleave stdout and stderr, so the order of output is not preserved. Change the sole instance of console.error() to console.log() to improve debugability.

While editing, I also took the opportunity to add capitalization and punctuation to comments (as that is a nit we see from time to time and there is a potential ESLint rule to enforce the capitalization part).

Please 👍 this to fast-track. Thanks.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading