Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Dec 24, 2024
1 parent 9a0055d commit 1ce2e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/dap-view/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ dap.listeners.after.initialize["dap-view"] = function(session, _)
:totable()
end

dap.listeners.before.event_terminated.dapui_config = function()
dap.listeners.before.event_terminated["dap-view"] = function()
actions.close()
end

dap.listeners.before.event_exited.dapui_config = function()
dap.listeners.before.event_exited["dap-view"] = function()
actions.close()
end

0 comments on commit 1ce2e1a

Please sign in to comment.