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 9d819c1 commit 6b33f2cCopy full SHA for 6b33f2c
aidermacs.el
@@ -163,7 +163,7 @@ Uses cached version if available to avoid repeated process calls."
163
(setq aidermacs--cached-version
164
(with-temp-buffer
165
(setq-local exec-path path)
166
- (when (= 0 (call-process aidermacs-program nil t nil "--version"))
+ (when (= 0 (process-file aidermacs-program nil t nil "--version"))
167
(goto-char (point-min))
168
(when (re-search-forward "aider \\([0-9]+\\.[0-9]+\\.[0-9]+\\)" nil t)
169
(match-string 1)))))))
0 commit comments