Merge pull request #92468 from patwork/fix-empty-string-console

Fix -empty string- console log in web export (cosmetic)
This commit is contained in:
Rémi Verschelde 2024-05-28 16:13:32 +02:00
commit 345e10d79e
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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();