Skip to content

Commit

Permalink
Merge pull request #3227 from dos65/compiler_minor_fix
Browse files Browse the repository at this point in the history
Compilers: try to fix NPE
  • Loading branch information
tgodzik authored Oct 26, 2021
2 parents c6356fe + b21707e commit 32fd65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class Compilers(
}
}
)
Some(out)
Option(out)
}
}

Expand Down

0 comments on commit 32fd65d

Please sign in to comment.