You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then stuck with 100% CPU, guess somehow dead loop with foreground-child@2.0.0
After Ctrl-C
ypeError [ERR_INVALID_ARG_TYPE]: The "code" argument must be of type number. Received type string ('128SIGINT')
at process.set [as exitCode] (node:internal/bootstrap/node:123:9)
at ChildProcess.<anonymous> (/home/vscode/.yarn/berry/cache/foreground-child-npm-2.0.0-80c976b61e-8.zip/node_modules/foreground-child/index.js:63:22)
at ChildProcess.emit (node:events:514:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v20.8.0
The text was updated successfully, but these errors were encountered:
Related
tapjs/foreground-child#54
From test output, seems test is completed.
Then stuck with 100% CPU, guess somehow dead loop with
foreground-child@2.0.0
After Ctrl-C
The text was updated successfully, but these errors were encountered: