mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Close the log archive, if it exists
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
- Tweak to previous commit for some build versions
|
||||
- Fix lines wiped before displayed
|
||||
- Update redumper to build 565
|
||||
- Close the log archive, if it exists
|
||||
|
||||
### 3.3.0 (2025-01-03)
|
||||
|
||||
|
||||
@@ -239,6 +239,11 @@ namespace MPF.Processors
|
||||
#endif
|
||||
}
|
||||
|
||||
#if NET452_OR_GREATER || NETCOREAPP
|
||||
// Close the log archive, if it exists
|
||||
logArchive?.Dispose();
|
||||
#endif
|
||||
|
||||
return missingFiles;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user