Skip to content

Commit

Permalink
Merge pull request #92468 from patwork/fix-empty-string-console
Browse files Browse the repository at this point in the history
Fix -empty string- console log in web export (cosmetic)
  • Loading branch information
akien-mga committed May 28, 2024
2 parents 86872f3 + 2dedf62 commit 345e10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2841,8 +2841,10 @@ Error Main::setup2() {

OS::get_singleton()->benchmark_end_measure("Startup", "Servers");

#ifndef WEB_ENABLED
// Add a blank line for readability.
Engine::get_singleton()->print_header("");
#endif // WEB_ENABLED

register_core_singletons();

Expand Down

0 comments on commit 345e10d

Please sign in to comment.