1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Fix -empty string- console log in web export

This commit is contained in:
patwork
2024-05-28 12:32:46 +02:00
parent be56cab58c
commit 2dedf6253b

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