summaryrefslogtreecommitdiff
path: root/worker_watcher.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-04 16:42:28 +0300
committerValery Piashchynski <[email protected]>2020-11-04 16:42:28 +0300
commitd4c06947f4f250908cd75b4a80afe1be77548229 (patch)
treefe8d94c665d12b4fd8619b333021399883711e10 /worker_watcher.go
parent2e94d9590f859f60953ce3575170d13d32d331dc (diff)
Remove rr errors, replace with spiral errors
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-xworker_watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_watcher.go b/worker_watcher.go
index d289750e..36b3e029 100755
--- a/worker_watcher.go
+++ b/worker_watcher.go
@@ -6,7 +6,7 @@ import (
"sync"
"time"
- "github.com/spiral/roadrunner/v2/errors"
+ "github.com/spiral/errors"
"github.com/spiral/roadrunner/v2/util"
)