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
In 1.2.0 (installed from homebrew) if no on_error specified you'll get:
mon : last restart less than one second ago
mon : 1 attempts remaining
mon : 10 restarts within 1 second, bailing
mon : on error `(null) 50003`
sh: -c: line 0: syntax error near unexpected token `50003'
sh: -c: line 0: `(null) 50003'
mon : exit(512)
mon : bye :)
In HEAD you'll get:
mon : last restart less than one second ago
mon : 1 attempts remaining
mon : 10 restarts within 1 second, bailing
mon : bye :)
which is much more adequate. I suggest to make a release with that fix :)
The text was updated successfully, but these errors were encountered:
In 1.2.0 (installed from homebrew) if no on_error specified you'll get:
In HEAD you'll get:
which is much more adequate. I suggest to make a release with that fix :)
The text was updated successfully, but these errors were encountered: