Open jbmusso opened 10 years ago
client.exec() and client.fetch() currently raise an exception when called with no argument.
client.exec()
client.fetch()
TypeError: Cannot read property 'script' of undefined is currently thrown.
Grex should better handle these errors and return an explicit error message.
client.exec()
andclient.fetch()
currently raise an exception when called with no argument.Grex should better handle these errors and return an explicit error message.