Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't save SoundSwallower logs on Windows, it's buggy
On Windows, you cannot delete a file if you still have a filehandle open on it, and soundswallower does not close its file handle on ss_log passed via cfg.set_string("-logfn", ss_log). Not the best solution, but we just don't save those log files when we're on Windows. Use --debug-aligner on that platform to see them.
- Loading branch information