abstracted-firebase
Advanced tools
Comparing version 0.35.1 to 0.35.2
@@ -419,3 +419,3 @@ "use strict"; | ||
catch (e) { | ||
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message); | ||
console.warn(`There was a problem trying to get a snapshot from the database [ path parameter was of type "${typeof path}", fn: "getSnapshot()" ]:`, e.message); | ||
throw new AbstractedProxyError_1.AbstractedProxyError(e); | ||
@@ -422,0 +422,0 @@ } |
@@ -417,3 +417,3 @@ // tslint:disable: member-ordering | ||
catch (e) { | ||
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message); | ||
console.warn(`There was a problem trying to get a snapshot from the database [ path parameter was of type "${typeof path}", fn: "getSnapshot()" ]:`, e.message); | ||
throw new AbstractedProxyError(e); | ||
@@ -420,0 +420,0 @@ } |
@@ -429,3 +429,3 @@ (function (factory) { | ||
catch (e) { | ||
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message); | ||
console.warn(`There was a problem trying to get a snapshot from the database [ path parameter was of type "${typeof path}", fn: "getSnapshot()" ]:`, e.message); | ||
throw new AbstractedProxyError_1.AbstractedProxyError(e); | ||
@@ -432,0 +432,0 @@ } |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.35.1", | ||
"version": "0.35.2", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
161395