Skip to content

Remove process.exit when simctl prerequisite is not present.

Compare
Choose a tag to compare
@shazron shazron released this 14 Jun 22:50
· 70 commits to master since this release

The init() function will return a shell return code. In the CLI context, when the return code is non-zero, it will then call process.exit with that return code.

Since the behavior has changed, the version is bumped a major so that module dependents don't pick this up automatically and encounter unexpected results.