From 2176584129e493e08aed158bc050070d520ee183 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Mon, 26 Oct 2020 21:46:23 +0300 Subject: - implement worker debug mode --- errors.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'errors.go') diff --git a/errors.go b/errors.go index 52356549..7c91a92b 100755 --- a/errors.go +++ b/errors.go @@ -1,11 +1,11 @@ package roadrunner -// JobError is job level error (no WorkerProcess halt), wraps at top +// ExecError is job level error (no WorkerProcess halt), wraps at top // of error context -type JobError []byte +type ExecError []byte // Error converts error context to string -func (te JobError) Error() string { +func (te ExecError) Error() string { return string(te) } -- cgit v1.2.3