branch: externals/el-job commit bbaf49fa173ab9d8ea4d637399a32340a73d243e Author: Martin Edström <meedstro...@gmail.com> Commit: Martin Edström <meedstro...@gmail.com>
Turn an error into polite debug message --- el-job.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el-job.el b/el-job.el index e3d505da4e..656127144d 100644 --- a/el-job.el +++ b/el-job.el @@ -579,7 +579,7 @@ For the rest of the arguments, see `el-job-launch'." ;; https://github.com/meedstrom/org-node/issues/75 (( file-error ) (el-job--terminate job) - (error "el-job: Terminated job because of %S" err)))))) + (el-job--dbg 1 "el-job: Terminated job because of %S" err)))))) (defun el-job--exec (job) "Split the queued inputs in JOB and pass to all children.