Skip to content

Commit

Permalink
Fix a bug where it didn't read .binlog files correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jul 6, 2017
1 parent 52859a1 commit 2a35aec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StructuredLogger/BinaryLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public static Build ReadBuild(string filePath)
eventSource.Replay(filePath);
var elapsed = sw.Elapsed;

structuredLogger.Shutdown();

var build = StructuredLogger.CurrentBuild;
StructuredLogger.CurrentBuild = null;

Expand Down

0 comments on commit 2a35aec

Please sign in to comment.