Skip to content

Commit

Permalink
Merge pull request #27 from vapor/realtime-logs
Browse files Browse the repository at this point in the history
add realtime logging capabilities by forcing logs out
  • Loading branch information
loganwright authored Feb 6, 2017
2 parents dea51c0 + 28383de commit 88e7b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Console/Terminal/Terminal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class Terminal: ConsoleProtocol {
}

Swift.print(output, terminator: terminator)
fflush(stdout)
}

/**
Expand Down

0 comments on commit 88e7b23

Please sign in to comment.