replaced flushAsync which caused issues
This commit is contained in:
parent
9edfbb4a5e
commit
9931114c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ namespace ExeToBat
|
|||
|
||||
}
|
||||
|
||||
writer.FlushAsync();
|
||||
writer.Flush();
|
||||
Console.WriteLine("[Generated] {0}", Path.GetFileName(source.File));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue