We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe2024 commit f76e492Copy full SHA for f76e492
lua/nvim-tree/git/utils.lua
@@ -17,7 +17,7 @@ function M.get_toplevel(cwd)
17
log.line("git", "%s", table.concat(cmd, " "))
18
19
local obj = vim.system(cmd):wait()
20
- local out = obj.stdout
+ local out = obj.stdout or ""
21
22
log.raw("git", out)
23
log.profile_end(profile)
0 commit comments