Skip to content

Fix breaking change in CliActionExecutor

Rolf Madsen requested to merge LinuxSupportBreakingChangeFix into master

Changing the signature of a method from returning void to int was a breaking change. This has now been fixed.

Merge request reports