Skip to content

Commit

Permalink
ADd more info to error
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Aug 18, 2022
1 parent 24b3083 commit f313ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class GradleResolver(
case h :: t =>
val hData = projectsRemoved.getOrElse(
h,
sys.error(s"Map in invalid state")
sys.error(s"Map in invalid state, tried to get: $h from projectsRemoved but it wasn't present.")
)
val matchNoContentRes = noContentDeps
.get(h)
Expand Down

0 comments on commit f313ff7

Please sign in to comment.