Skip to content

Commit 1cbc266

Browse files
authored
Close the output after lookup.
1 parent 0148925 commit 1cbc266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runner.cs

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ internal void Lookup(List<string> pathes)
9696
ReportProgress(maxprog);
9797
output.WriteLine();
9898
}
99+
100+
output.Close();
99101
}
100102
}
101103
}

0 commit comments

Comments
 (0)