Skip to content

Commit 8ec7e98

Browse files
dap-cpptools-setup set file mode on mac mono (#496)
It currently checks if mono-mac exists, then attempts to set file modes on the linux mono
1 parent d472a6c commit 8ec7e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-cpptools.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ With prefix, FORCED to redownload the extension."
7171
(when (f-exists? mono)
7272
(set-file-modes mono #o0700))
7373
(when (f-exists? mono-mac)
74-
(set-file-modes mono #o0700))
74+
(set-file-modes mono-mac #o0700))
7575
(when (f-exists? lldb-mi)
7676
(set-file-modes lldb-mi #o0700)))
7777

0 commit comments

Comments
 (0)