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

View File

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