Skip to content

Commit

Permalink
#3747: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 24, 2024
1 parent 588e144 commit 698c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/PhSafe.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private <T> T through(final Action<T> action, final String suffix) {
} catch (final Throwable ex) {
throw new EOerror.ExError(
new Data.ToPhi(ex.getMessage()),
trace(ex, this.label(suffix))
PhSafe.trace(ex, this.label(suffix))
);
}
}
Expand Down

0 comments on commit 698c11f

Please sign in to comment.