fix(child_process): pipe stdout
and stderr
to main thread
#303
Annotations
2 errors and 2 warnings
Test:
dist/index.js#L739
Error: Unexpected message on Worker: 'some message'
❯ Worker.<anonymous> dist/index.js:739:9
❯ Worker.emit node:events:519:28
❯ MessagePort.<anonymous> node:internal/worker:263:53
❯ MessagePort.[nodejs.internal.kHybridDispatch] node:internal/event_target:820:20
❯ MessagePort.<anonymous> node:internal/per_context/messageport:23:28
This error originated in "test/uncaught-exception-from-handler.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "using parentPort is treated as an error". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Test
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading