Skip to content

Commit a3229ce

Browse files
committed
fix(webfetch): error rendering icon
This should fix #316
1 parent 0167180 commit a3229ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/opencode/ui/formatter/tools/webfetch.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
local M = {}
2+
local icons = require('opencode.ui.icons')
23
local utils = require('opencode.ui.formatter.utils')
34

45
---@param output Output
@@ -8,7 +9,6 @@ function M.format(output, part)
89
return
910
end
1011

11-
local icons = require('opencode.ui.icons')
1212
utils.format_action(
1313
output,
1414
icons.get('web'),

0 commit comments

Comments
 (0)