Commit 52655bb
committed
(bug) Return
This fixes a bug in the `GitHub` and `GitLab` spec searchers that
prevented the spec searcher from using the `GitLab` and `GClone` spec
searchers. Previously, if either spec searcher returned a non-200
response code, they would return an empty string. This prevented the
`Git` spec searcher from using any other spec searcher other than
`GitHub` to retrieve module metadata.nil when GitHub and GitLab queries return non-200 code1 parent fea5d15 commit 52655bb
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments