We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0b842 commit 64530c2Copy full SHA for 64530c2
1 file changed
lua/opencode/ui/formatter.lua
@@ -71,7 +71,7 @@ function M._format_messages(session)
71
end
72
73
if msg.info.error and msg.info.error ~= '' then
74
- M._format_error(msg)
+ M._format_error(msg.info)
75
76
77
0 commit comments