mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
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
@ -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 New Issue
Block a user