Files
swift-mirror/utils/build-script
Ben Barham 48422f7f0c Do not use os._exit when build-script fatal errors
`os._exit` does not run any cleanup handlers or flush any buffers, which
means that we may end up missing helpful log output. It was being used
to avoid printing the log analysis when `--help` was passed, but we can
have the same behavior by just not using `finally`.
2025-02-13 16:43:41 -08:00

29 KiB
Executable File