Skip to content

Commit

Permalink
fix(strategies/dap): stop function (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quitlox authored Jan 25, 2024
1 parent dcdb40e commit 73043d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/neotest/client/strategies/dap/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ return function(spec, context)
attach = function()
dap.repl.open()
end,
stop = function()
dap.terminate()
end,
result = function()
finish_future:wait()
return result_code
Expand Down

0 comments on commit 73043d6

Please sign in to comment.