let mysql report errors to catch node

This commit is contained in:
Dave Conway-Jones
2015-11-01 15:04:42 +00:00
parent 2ef447dfeb
commit e1b02c90dd
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-mysql",
"version" : "0.0.6",
"version" : "0.0.7",
"description" : "A Node-RED node to read and write to a MySQL database",
"dependencies" : {
"mysql" : "2.7.*"
"mysql" : "2.9.*"
},
"repository" : {
"type":"git",