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
#5138 bumped Jake, and as part of the migration moved to using child_process instead of jake.createExec. However, the events emitted by Jake and Node when a process exits are different, so the event handler intended to resolve the promise when the exec finishes never runs.
Since no handles hold the process open, it just exits with 0, doing nothing and performing no tests or assertions.