Skip to content

Commit

Permalink
Missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 14, 2022
1 parent 7ee9a38 commit e38db71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/jruby/util/io/PopenExecutor.java
Expand Up @@ -1611,6 +1611,7 @@ private static void checkExecRedirectDefault(Ruby runtime, IRubyObject key, IRub
val = checkExecRedirectFd(runtime, val, false);
param = val;
eargp.fd_dup2 = checkExecRedirect1(runtime, eargp.fd_dup2, key, param);
return;
}
throw runtime.newArgumentError("wrong exec redirect action");
}
Expand Down

0 comments on commit e38db71

Please sign in to comment.