diff options
author | Valery Piashchynski <[email protected]> | 2020-11-04 16:42:28 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-04 16:42:28 +0300 |
commit | d4c06947f4f250908cd75b4a80afe1be77548229 (patch) | |
tree | fe8d94c665d12b4fd8619b333021399883711e10 /worker_watcher.go | |
parent | 2e94d9590f859f60953ce3575170d13d32d331dc (diff) |
Remove rr errors, replace with spiral errors
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-x | worker_watcher.go | 2 |
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" ) |