Skip to content

Commit

Permalink
adjust message
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 6, 2024
1 parent 2ee11dd commit b348ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object StepExecutor {
for (step in steps) {
step.hashFile.deleteIfExists()
}
throw PaperweightException("Failed to execute steps, invalidated relevant caches", ex)
throw PaperweightException("Failed to execute steps, invalidated relevant caches. Run with --stacktrace for more details.", ex)
}
}

Expand Down

0 comments on commit b348ed9

Please sign in to comment.