Skip to content

Commit 345e10d

Browse files
committed
Merge pull request godotengine#92468 from patwork/fix-empty-string-console
Fix -empty string- console log in web export (cosmetic)
2 parents 86872f3 + 2dedf62 commit 345e10d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,8 +2841,10 @@ Error Main::setup2() {
28412841

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

2844+
#ifndef WEB_ENABLED
28442845
// Add a blank line for readability.
28452846
Engine::get_singleton()->print_header("");
2847+
#endif // WEB_ENABLED
28462848

28472849
register_core_singletons();
28482850

0 commit comments

Comments
 (0)