mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Merge pull request #12930 from vnen/gdscrit-output-print
Make tool scripts print on the editor Output panel
This commit is contained in:
@@ -642,7 +642,7 @@ void GDScriptFunctions::call(Function p_func, const Variant **p_args, int p_arg_
|
||||
}
|
||||
|
||||
//str+="\n";
|
||||
OS::get_singleton()->printerr("%s\n", str.utf8().get_data());
|
||||
print_error(str);
|
||||
r_ret = Variant();
|
||||
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user