Skip to content

Commit 0cf1c5e

Browse files
committed
fix
1 parent ddec3e8 commit 0cf1c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/clink.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ end
285285
-- @return {bool}
286286
---
287287
local function get_git_status_setting()
288-
gitStatusSetting = io.popen("git --no-pager config -l")
288+
gitStatusSetting = io.popen("git --no-pager config -l 2>nul")
289289

290290
for line in gitStatusSetting:lines() do
291291
if string.match(line, 'cmder.status=false') or string.match(line, 'cmder.cmdstatus=false') then

0 commit comments

Comments
 (0)