mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
Compare commits
7 commits
1639bb90b3
...
f2da04ad8b
Author | SHA1 | Date | |
---|---|---|---|
|
f2da04ad8b | ||
|
c673446d51 | ||
|
2ff1a9677b | ||
|
c805200170 | ||
|
1867393fda | ||
|
5403931c16 | ||
|
52dd07ce20 |
2 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@ class Job {
|
|||
// Then clear them out of the process tree
|
||||
try {
|
||||
process.kill(proc, 'SIGKILL');
|
||||
} catch {
|
||||
} catch(e) {
|
||||
// Could already be dead and just needs to be waited on
|
||||
this.logger.debug(
|
||||
`Got error while SIGKILLing process ${proc}:`,
|
||||
|
|
2
packages/rust/1.62.0/metadata.json
vendored
2
packages/rust/1.62.0/metadata.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"language": "rust",
|
||||
"version": "1.56.1",
|
||||
"version": "1.62.0",
|
||||
"aliases": [
|
||||
"rs"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue