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 736b893 commit 6031844Copy full SHA for 6031844
lisp/exec.el
@@ -24,6 +24,6 @@
24
(if-let* ((command (eask-argv 1))
25
(exe (executable-find command)))
26
(load-file exe)
27
- (message "Executable `%s`.. not found" command)))
+ (error "Executable `%s`.. not found" command)))
28
29
;;; exec.el ends here
0 commit comments