Compare commits
7 Commits
1639bb90b3
...
f2da04ad8b
Author | SHA1 | Date |
---|---|---|
Thomas Hobson | f2da04ad8b | |
Thomas Hobson | c673446d51 | |
Thomas Hobson | 2ff1a9677b | |
Thomas Hobson | c805200170 | |
neysanfoo | 1867393fda | |
Gerry Agbobada | 5403931c16 | |
Neysan Foo | 52dd07ce20 |
|
@ -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 {
|
} catch(e) {
|
||||||
// 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.56.1",
|
"version": "1.62.0",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
"rs"
|
"rs"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue