You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove process.exit when simctl prerequisite is not present.
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 behaviour has changed, the version is bumped a major so that dependents don't pick this up automatically and encounter unexpected results.
0 commit comments