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 :)
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 :)