Closed ehmicky closed 2 months ago
This renames some variables (used only internally) to match how we intend to document the return value of nano-spawn:
nano-spawn
const subprocess = nanoSpawn(...); const nodeChildProcess = await subprocess.nodeChildProcess; const result = await subprocess;
This renames some variables (used only internally) to match how we intend to document the return value of
nano-spawn
: