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
{{ message }}
This repository was archived by the owner on Feb 28, 2022. It is now read-only.
~/code/helix-pipeline/node_modules/nyc/index.js:440
if (parentInfo.children.indexOf(info.uuid) === -1) {
^
TypeError: Cannot read property 'children' of undefined
at infos.forEach.info (~/code/helix-pipeline/node_modules/nyc/index.js:440:22)
at Array.forEach (<anonymous>)
at NYC.writeProcessIndex (~/code/helix-pipeline/node_modules/nyc/index.js:437:9)
at ~/code/helix-pipeline/node_modules/nyc/bin/nyc.js:68:9
at ChildProcess.<anonymous> (~/code/helix-pipeline/node_modules/foreground-child/index.js:52:5)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:915:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
Seems to be due to istanbuljs/nyc#1067 (fix expected in nyc 14.1.0)
The text was updated successfully, but these errors were encountered: