Skip to content

Commit

Permalink
set nil for unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
kimim committed Feb 28, 2024
1 parent 31b927b commit 2dfb105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatu-drawio.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

(defun chatu-drawio--find-executable ()
"Find the drawio executable on PATH, or else return an error."
(condition-case err
(condition-case nil
(file-truename (executable-find "draw.io"))
(wrong-type-argument
(message "Cannot find the draw.io executable on the PATH."))))
Expand Down

0 comments on commit 2dfb105

Please sign in to comment.