We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ae9be commit 05604aaCopy full SHA for 05604aa
src/BizHawk.Client.EmuHawk/RetroAchievements/RCheevos.Http.cs
@@ -82,7 +82,7 @@ public virtual void Dispose()
82
/// </summary>
83
protected void DisposeWithoutWait()
84
{
85
- if (this is FailedRCheevosRequest) throw new InvalidOperationException();
+ if (this is not FailedRCheevosRequest) throw new InvalidOperationException();
86
_completionEvent.Dispose();
87
_isDisposed = true;
88
}
0 commit comments