grex
grex copied to clipboard
Better handle error when executing an empty script
client.exec() and client.fetch() currently raise an exception when called with no argument.
TypeError: Cannot read property 'script' of undefined is currently thrown.
Grex should better handle these errors and return an explicit error message.