You've already forked godot
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user