Skip to content

Commit

Permalink
Fix invalid checkWarn method invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Sep 5, 2020
1 parent 35a40eb commit ba052a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class TaskProcessor {

int getMaxForks() { maxForks }

protected void checkWarn(String msg, Map opts) {
protected void checkWarn(String msg, Map opts=null) {
if( NF.isStrictMode() )
throw new ProcessUnrecoverableException(msg)
if( opts )
Expand Down

0 comments on commit ba052a0

Please sign in to comment.