Update execa
The execa update allows us two simplify two things
- Output collection in a log file with a prefix can be done through
stdoutandstderroptions ofexeca. - We donβt need to ensure that all subprocesses are killed when the main process exits.
execatakes care of this
Also includes more preparation commits that fix and simplify things.
π Preview π Workflow runs π Branch on GitHub
The execa update allows us two simplify two things
- Output collection in a log file with a prefix can be done through
stdoutandstderroptions ofexeca. - We donβt need to ensure that all subprocesses are killed when the main process exits.
execatakes care of this
Also includes more preparation commits that fix and simplify things.
π Preview π Workflow runs π Branch on GitHub