Skip to content

Commit

Permalink
chore: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mackessy committed Dec 11, 2024
1 parent c1a31db commit 19e4f06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ default <T> T nonNullStagePostCondition(@CheckForNull T value) throws Cancellati
if (obr instanceof ObjectBundle) {
return value;
} else if (obr instanceof ObjectBundleFail obf) {
obf.e().printStackTrace();
throw new CancellationException("Post-condition was null: " + obf.e().getMessage());
}
}
Expand Down

0 comments on commit 19e4f06

Please sign in to comment.