Various spelling improvements (#3497)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
Josh Soref 2025-07-21 17:54:44 -04:00 committed by GitHub
parent 8be5f8038a
commit dc2ac144b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 91 additions and 91 deletions

View file

@ -146,7 +146,7 @@ function executeShellCommand(
process.kill(-child.pid, 'SIGKILL');
}
} catch (_e) {
// Fallback to killing just the main process if group kill fails.
// Fall back to killing just the main process if group kill fails.
if (!exited) child.kill('SIGKILL');
}
}