Skip to content

Commit

Permalink
replaced flushAsync which caused issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Jan 13, 2019
1 parent 9edfbb4 commit 9931114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExeToBat/BatGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void BuildBat(List<SourceFile> sources, string outputFile)

}

writer.FlushAsync();
writer.Flush();
Console.WriteLine("[Generated] {0}", Path.GetFileName(source.File));

}
Expand Down

0 comments on commit 9931114

Please sign in to comment.