Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When CLI is used as a library, the method for debug returns incorrect result - previously the return type of the method we are calling was `string[]`, we've changed it to `string` but forgot to remove the `_.first(result)`. So now the debug returns incorrect URL. Remove the `_.first` and return the result directly.
- Loading branch information