Skip to content

Commit

Permalink
fix(#3147): param
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed May 8, 2024
1 parent 33465e6 commit a71be6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOfailed.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
package EOorg.EOeolang;

import com.jcabi.log.Logger;
import org.eolang.PhDefault;

/**
Expand All @@ -47,5 +48,6 @@ public final class EOfailed extends PhDefault {
*/
public EOfailed(final String arg) {
super();
Logger.info(this, "EOfailed %s", arg);
}
}

0 comments on commit a71be6d

Please sign in to comment.