Merge pull request #92468 from patwork/fix-empty-string-console
Fix -empty string- console log in web export (cosmetic)
This commit is contained in:
commit
345e10d79e
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue