mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +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);
|
FileSystem::removeFileIfExists($path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exit(2);
|
exit(130);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user