Compare commits
No commits in common. "f2da04ad8b7830cafe867f6a08f2b6abac54a1d5" and "1639bb90b3cacf2e3aa6a3ffd574ab8b5b86e7f6" have entirely different histories.
f2da04ad8b
...
1639bb90b3
|
@ -386,7 +386,7 @@ class Job {
|
||||||
// Then clear them out of the process tree
|
// Then clear them out of the process tree
|
||||||
try {
|
try {
|
||||||
process.kill(proc, 'SIGKILL');
|
process.kill(proc, 'SIGKILL');
|
||||||
} catch(e) {
|
} catch {
|
||||||
// Could already be dead and just needs to be waited on
|
// Could already be dead and just needs to be waited on
|
||||||
this.logger.debug(
|
this.logger.debug(
|
||||||
`Got error while SIGKILLing process ${proc}:`,
|
`Got error while SIGKILLing process ${proc}:`,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"language": "rust",
|
"language": "rust",
|
||||||
"version": "1.62.0",
|
"version": "1.56.1",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
"rs"
|
"rs"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue