mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Update exit code in ArtifactDownloader to reflect termination signal
This commit is contained in:
parent
97634b009f
commit
a75060e5f6
@ -294,7 +294,7 @@ class ArtifactDownloader
|
||||
FileSystem::removeFileIfExists($path);
|
||||
}
|
||||
}
|
||||
exit(2);
|
||||
exit(130);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user