summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-07-09 00:03:17 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-07-09 00:03:17 +0200
commitdaba91d8c6c5968d8deab850cc3bdcbe1befeaf1 (patch)
treebf2779798ccaa18d3bfc5c44a8145a399faf537b /modules/gdscript
parent6f9c0aa40d6c9bbaf200ac6665e9d8322d48c8d8 (diff)
parent496b7b8482b9128f65bde02cdf8220561bdd5801 (diff)
downloadredot-engine-daba91d8c6c5968d8deab850cc3bdcbe1befeaf1.tar.gz
Merge pull request #93897 from akien-mga/vformat-better-error-message
Core: Improve `vformat` error reporting on `sprintf` failure
Diffstat (limited to 'modules/gdscript')
-rw-r--r--modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out b/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out
index 7b9f1066b0..9b38957101 100644
--- a/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out
+++ b/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out
@@ -1,4 +1,5 @@
GDTEST_RUNTIME_ERROR
>> ERROR
>> Method/function failed.
+>> Unable to convert array index 0 from "Object" to "Object".
not ok