Skip to content

Commit

Permalink
Merge branch 'leoluz:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cousine authored Mar 12, 2024
2 parents 965886e + 64f7340 commit c1180d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dap-go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ end
function M.debug_test()
local test = ts.closest_test()

if test.name == "" then
if test.name == "" or test.name == nil then
vim.notify("no test found")
return false
end
Expand Down

0 comments on commit c1180d4

Please sign in to comment.