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 3d18bf9 commit 96a2026Copy full SHA for 96a2026
lua/dap.lua
@@ -1038,11 +1038,11 @@ function M._vim_exit_handler()
1038
s:disconnect({ terminateDebuggee = false })
1039
else
1040
terminate(s)
1041
- vim.wait(500, function()
1042
- ---@diagnostic disable-next-line: redundant-return-value
1043
- return session == nil and next(sessions) == nil
1044
- end)
1045
end
+ vim.wait(500, function()
+ ---@diagnostic disable-next-line: redundant-return-value
+ return session == nil and next(sessions) == nil
+ end)
1046
1047
M.repl.close()
1048
0 commit comments