Skip to content

Commit

Permalink
fix: Print patch name instead of class name
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 13, 2023
1 parent e112837 commit 4e7811e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class Patcher(
result.exception?.let {
return PatchResult(
patch,
PatchException("'$patchName' depends on '${dependency}' that raised an exception: $it")
PatchException("'$patchName' depends on '${dependency.name}' that raised an exception: $it")
)
}
}
Expand Down

0 comments on commit 4e7811e

Please sign in to comment.