Skip to content

Commit

Permalink
vs_logging.cpp: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen G authored and Stephen G committed Apr 23, 2024
1 parent 4343ea9 commit 5a2aaf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/src/vs_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ void VegaStrikeLogger::FlushLogsProgramExiting() {
std::cout << std::flush;
std::cerr << std::flush;
std::clog << std::flush;
fflush(stdout);
fflush(stderr);

console_log_sink_.reset();
file_log_sink_.reset();
Expand Down

0 comments on commit 5a2aaf4

Please sign in to comment.