Comparing version 0.2.6 to 0.2.7
@@ -37,3 +37,3 @@ 'use strict'; | ||
if (exports.pool === undefined) { | ||
err = new Error('larvitdb: No pool configured. setup() must be ran with config parameters to configure a pool.'); | ||
err = new Error('larvitdb: No pool configured. setup() must be ran with config parameters to configure a pool. sql: ' + sql + ' dbFields: ' + JSON.stringify(dbFields)); | ||
log.error(err.message); | ||
@@ -40,0 +40,0 @@ callback(err); |
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"license": "MIT", | ||
@@ -30,0 +30,0 @@ "bugs": { |
5898