mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Close the fd via the FileHandle rather than directly on the file descriptor so that it does not get closed again when the pipe is released. Fixes running test in parallel on Linux.