Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "meadow", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A data access library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Meadow.js", |
@@ -41,2 +41,6 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
{ | ||
if (pError) | ||
{ | ||
pMeadow.fable.log.warn('Error during the count waterfall', {Error:pError, Message: pError.message, Query: pQuery.query}); | ||
} | ||
fCallBack(pError, pQuery, pCount); | ||
@@ -43,0 +47,0 @@ } |
@@ -75,3 +75,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
{ | ||
pMeadow.fable.log.warn('Error during the create waterfall', {Error:pError, Query: pQuery.query}); | ||
pMeadow.fable.log.warn('Error during the create waterfall', {Error:pError, Message: pError.message, Query: pQuery.query, Stack: pError.stack}); | ||
} | ||
@@ -78,0 +78,0 @@ fCallBack(pError, pQuery, pQueryRead, pRecord); |
@@ -31,2 +31,6 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
{ | ||
if (pError) | ||
{ | ||
pMeadow.fable.log.warn('Error during the delete waterfall', {Error:pError, Message: pError.message, Query: pQuery.query}); | ||
} | ||
fCallBack(pError, pQuery, pRecord); | ||
@@ -33,0 +37,0 @@ } |
@@ -46,3 +46,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
{ | ||
pMeadow.fable.log.warn('Error during the read waterfall', {Error:pError, Query: pQuery.query}); | ||
pMeadow.fable.log.warn('Error during the read waterfall', {Error:pError, Message: pError.message, Query: pQuery.query}); | ||
} | ||
@@ -49,0 +49,0 @@ fCallBack(pError, pQuery, pRecord); |
@@ -52,3 +52,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
{ | ||
pMeadow.fable.log.warn('Error during the read multiple waterfall', {Error:pError, Query: pQuery.query}); | ||
pMeadow.fable.log.warn('Error during the read multiple waterfall', {Error:pError, Message: pError.message, Query: pQuery.query}); | ||
} | ||
@@ -55,0 +55,0 @@ fCallBack(pError, pQuery, pRecords); |
@@ -98,3 +98,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
{ | ||
pMeadow.fable.log.warn('Error during Update waterfall', {Error:pError, Query: pQuery.query}); | ||
pMeadow.fable.log.warn('Error during Update waterfall', {Error:pError, Message: pError.message, Query: pQuery.query}); | ||
} | ||
@@ -101,0 +101,0 @@ fCallBack(pError, pQuery, pQueryRead, pRecord); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84879
2913