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 050cea2 commit a22944fCopy full SHA for a22944f
lisp/_prepare.el
@@ -52,7 +52,7 @@
52
"Script currently executing.")
53
54
(defconst eask-lisp-root
55
- (let* ((script (file-name-directory eask--script))
+ (let* ((script (ignore-errors (file-name-directory eask--script)))
56
(dir (ignore-errors (expand-file-name (concat script "../"))))
57
(basename (file-name-nondirectory (directory-file-name dir)))
58
(root (expand-file-name "/")))
0 commit comments