We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a39b9 commit 2ab23d9Copy full SHA for 2ab23d9
src/BizHawk.Client.Common/FileStreamWithTemp.cs
@@ -98,7 +98,7 @@ public void Dispose()
98
Stream.Dispose();
99
100
// The caller should call EndWrite and handle potential failure.
101
- Debug.Assert(!_finished, $"{nameof(FileWriteResult)} should not be disposed before calling {nameof(EndWrite)}");
+ Debug.Assert(_finished, $"{nameof(FileWriteResult)} should not be disposed before calling {nameof(EndWrite)}");
102
}
103
104
0 commit comments