Skip to content

Commit

Permalink
mark logger not initialized on close (#1422)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wang <[email protected]>
  • Loading branch information
paulmaybee and WardenGnaw authored Oct 23, 2023
1 parent dad92af commit 56e34e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MICore/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public static void Reset()
{
HostLogger.Reset();
s_isEnabled = false;
s_isInitialized = false;
}
}

Expand Down

0 comments on commit 56e34e4

Please sign in to comment.