We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27c215 commit 2fd3979Copy full SHA for 2fd3979
1 file changed
lua/java/handlers/error.lua
@@ -26,7 +26,7 @@ local function get_error_handler(msg, ...)
26
27
local log_str = table_tostring(log_obj)
28
29
- log.error(table.unpack(log_obj))
+ log.error(log_str)
30
notify.error(log_str)
31
error(log_str)
32
end
0 commit comments