Skip to content

Commit 03bcfe9

Browse files
pcompassionlittlehome
andauthored
delete-session output-buffer fix (#772)
Co-authored-by: littlehome <[email protected]>
1 parent 038521a commit 03bcfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ If the current session it will be terminated."
19641964
(dap--set-sessions))
19651965
(when (eq (dap--cur-session) debug-session)
19661966
(dap--switch-to-session nil))
1967-
(when output-buffer (kill-buffer buffer))
1967+
(when output-buffer (kill-buffer output-buffer))
19681968
(dap--refresh-breakpoints))))
19691969
(if (not (dap--session-running debug-session))
19701970
(funcall cleanup-fn)

0 commit comments

Comments
 (0)