mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`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`.
29 KiB
Executable File
29 KiB
Executable File