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
v0.4.6
- Add missing error handling.
The absence of this error handling meant that module.prime() would
appear like it ran successfully, but it didn't.
Errors are now explicitly checked by git's exit status and will kill …
…the process when encountered.
This was tricker to do before, as git also prints non-error information to stderr.