Skip to content

Commit

Permalink
Merge pull request #103 from brianhuster/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
brianhuster authored Oct 9, 2024
2 parents e130ab0 + 1c3bb0e commit 6a350c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/livepreview/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function M.open_browser(path, browser)
elseif vim.fn.executable('xdg-open') == 1 then
cmd = { 'xdg-open', path }
else
return nil, 'vim.ui.open: no handler found (tried: wslview, xdg-open)'
return nil, 'no handler found (tried: wslview, xdg-open)'
end

vim.system(cmd, { text = true, detach = true })
Expand Down

0 comments on commit 6a350c9

Please sign in to comment.