Skip to content

Commit a22944f

Browse files
committed
fix(_prepare.el): Fix loading on eask-api
1 parent 050cea2 commit a22944f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"Script currently executing.")
5353

5454
(defconst eask-lisp-root
55-
(let* ((script (file-name-directory eask--script))
55+
(let* ((script (ignore-errors (file-name-directory eask--script)))
5656
(dir (ignore-errors (expand-file-name (concat script "../"))))
5757
(basename (file-name-nondirectory (directory-file-name dir)))
5858
(root (expand-file-name "/")))

0 commit comments

Comments
 (0)