Removed extra error from ruby on incorrect exiting
When phantomjs process was interrupted (i.e. ith ^C) it's exitstatus is nil, so `exit` function prints useless error message about nil to int conversion. Now explicitly exit with 1, which is a default ruby exit behaviour and stays in sync with a python bin script.
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or sign in to post a comment