chore: fix typos (#34731)
This commit is contained in:
parent
e5db178ab6
commit
98cd16d336
7 changed files with 7 additions and 8 deletions
|
@ -30,7 +30,7 @@ function spawnAndCheckExitCode (cmd, args, opts) {
|
|||
opts = { stdio: 'inherit', ...opts };
|
||||
const { error, status, signal } = childProcess.spawnSync(cmd, args, opts);
|
||||
if (error) {
|
||||
// the subsprocess failed or timed out
|
||||
// the subprocess failed or timed out
|
||||
console.error(error);
|
||||
process.exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue