Skip to content

Commit

Permalink
Stream.Flush needed for compatibility with mono
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Nov 17, 2004
1 parent 9cd8964 commit 3478e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bamboo.Prevalence/Implementation/CommandOutput.cs
Expand Up @@ -178,6 +178,7 @@ private static FileInfo CreateTempForSnapshotFile(FileInfo info)

private static void Flush(System.IO.FileStream stream)
{
stream.Flush();
if (Bamboo.Prevalence.Configuration.PrevalenceSettings.FlushAfterCommand)
{
HardFlush(stream);
Expand Down

0 comments on commit 3478e5f

Please sign in to comment.