fix: convert some warnings to errors

This commit is contained in:
2026-05-06 01:33:39 +02:00
parent c70d5dfce5
commit 2a81c50156
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ function M.open(opts)
opts = opts or {}
local r = repo.resolve()
if not r then
util.warning("not in a git repository")
util.error("not in a git repository")
return
end