Skip to content

Commit 0cb794e

Browse files
committed
Minor fix for hot reload on save during debug sessions
1 parent 6062697 commit 0cb794e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-dart-dap.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ Required to support 'Inspect Widget'."
163163
(dap--put-if-absent conf :useFlutterStructuredErrors lsp-dart-dap-flutter-structured-errors)
164164
(lsp-dart-dap--capabilities-debugger-args conf)))
165165

166-
(defun lsp-dart-dap--enable-mode ()
166+
(defun lsp-dart-dap--enable-mode (&rest _)
167167
"Enable `lsp-dart-dap-mode'."
168168
(lsp-dart-dap-mode 1))
169169

170-
(defun lsp-dart-dap--disable-mode ()
170+
(defun lsp-dart-dap--disable-mode (&rest _)
171171
"Enable `lsp-dart-dap-mode'."
172172
(lsp-dart-dap-mode -1))
173173

0 commit comments

Comments
 (0)