grex icon indicating copy to clipboard operation
grex copied to clipboard

Better handle error when executing an empty script

Open jbmusso opened this issue 11 years ago • 0 comments

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.

jbmusso avatar Jul 01 '14 14:07 jbmusso