Closed
Description
spawnSync
returns an object containing a status
property.
The exit code of the subprocess, or null if the subprocess terminated due to a signal.
However you're only checking for 0
.
I'm not sure what subprocess terminated due to a signal means, but that's the case I see on my laptop.
Probably it's because I'm using Node through Gradle? Who knows.
Metadata
Metadata
Assignees
Labels
No labels