Skip to content

Commit 2dfb105

Browse files
committed
set nil for unused var
1 parent 31b927b commit 2dfb105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatu-drawio.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
(defun chatu-drawio--find-executable ()
4040
"Find the drawio executable on PATH, or else return an error."
41-
(condition-case err
41+
(condition-case nil
4242
(file-truename (executable-find "draw.io"))
4343
(wrong-type-argument
4444
(message "Cannot find the draw.io executable on the PATH."))))

0 commit comments

Comments
 (0)