diff --git a/standard/error_ext.lua b/standard/error_ext.lua index 0f3ac60028b..e032774836d 100644 --- a/standard/error_ext.lua +++ b/standard/error_ext.lua @@ -140,7 +140,7 @@ function ErrorExt.printErrorJson(error) return Json.stringify({ errorShort = string.format('Lua error in %s:%s at line %s:%s.', unpack(mw.text.split(error.error, ':', true))), stackTrace = stackTrace, - }) + }, {asArray = true}) end local Stash = {}