File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -1432,29 +1432,7 @@ This uses function `locate-dominating-file' to look up directory tree."
14321432 (ignore-errors (make-directory package-user-dir t ))
14331433 (eask--silent (eask-setup-paths))
14341434 (eask-with-verbosity 'debug (eask--load-config))
1435- (eask--with-hooks ,@body ))))))
1436- ; ; Report exit stats if any.
1437- (eask--handle-exit-status)))))
1438-
1439- (defun eask--error-status ()
1440- " Return error status."
1441- (let ((result))
1442- ; ; Error.
1443- (when eask--has-error-p
1444- (push 'error result))
1445- ; ; Warning.
1446- (when eask--has-warn-p
1447- (push (if (eask-strict-p)
1448- 'error
1449- 'warn )
1450- result))
1451- ; ; No repeat.
1452- (delete-dups result)))
1453-
1454- (defun eask--handle-exit-status ()
1455- " Return non-nil if we should report error for exit status."
1456- (when (memq 'error (eask--error-status))
1457- (eask--exit 'failure )))
1435+ (eask--with-hooks ,@body ))))))))))
14581436
14591437; ;
14601438; ;; Eask file
You can’t perform that action at this time.
0 commit comments