Update exit code in ArtifactDownloader to reflect termination signal

This commit is contained in:
crazywhalecc 2026-02-05 20:56:25 +08:00
parent 97634b009f
commit a75060e5f6
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -294,7 +294,7 @@ class ArtifactDownloader
FileSystem::removeFileIfExists($path);
}
}
exit(2);
exit(130);
});
}