mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Update exit code in ArtifactDownloader to reflect termination signal
This commit is contained in:
@@ -294,7 +294,7 @@ class ArtifactDownloader
|
||||
FileSystem::removeFileIfExists($path);
|
||||
}
|
||||
}
|
||||
exit(2);
|
||||
exit(130);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user