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 b374cbeCopy full SHA for b374cbe
lua/dap.lua
@@ -1038,12 +1038,12 @@ 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
1046
+ vim.wait(500, function()
+ ---@diagnostic disable-next-line: redundant-return-value
+ return session == nil and next(sessions) == nil
+ end)
1047
M.repl.close()
1048
1049
0 commit comments