diff options
| -rw-r--r-- | editor/editor_run.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.cpp b/editor/editor_run.cpp index cf88e42472..b090638c37 100644 --- a/editor/editor_run.cpp +++ b/editor/editor_run.cpp @@ -264,7 +264,7 @@ Error EditorRun::run(const String &p_scene, const String &p_write_movie) { if (OS::get_singleton()->is_stdout_verbose()) { print_line(vformat("Running: %s", exec)); for (const String &E : args) { - print_line(" %s", E); + print_line(vformat(" %s", E)); } } |
