Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix 'timed out waiting for admin console: <nil>'
if the timeout is reached but no error happen inside the func lasterr will be nil but err will have the timeout. on this scenario lasterr should be the actual timeout error.
- Loading branch information