We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d472a6c commit 8ec7e98Copy full SHA for 8ec7e98
dap-cpptools.el
@@ -71,7 +71,7 @@ With prefix, FORCED to redownload the extension."
71
(when (f-exists? mono)
72
(set-file-modes mono #o0700))
73
(when (f-exists? mono-mac)
74
- (set-file-modes mono #o0700))
+ (set-file-modes mono-mac #o0700))
75
(when (f-exists? lldb-mi)
76
(set-file-modes lldb-mi #o0700)))
77
0 commit comments