Skip to content

Commit 09a562f

Browse files
committed
Make sure :cwd is expanded
1 parent 8b7cbc6 commit 09a562f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-chrome.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
(setq conf (-> conf
5151
(plist-put :type "chrome")
5252
(plist-put :dap-server-path dap-chrome-debug-program)
53-
(dap--put-if-absent :cwd default-directory)))
53+
(dap--put-if-absent :cwd (expand-file-name default-directory))))
5454
(dap--plist-delete
5555
(pcase (plist-get conf :mode)
5656
("url" (-> conf

0 commit comments

Comments
 (0)