sparc-commons
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -75,3 +75,3 @@ /*jshint multistr: true */ | ||
} | ||
throw Error(`Cannot convert an object that has no lat and lon properties: ${coordinates}`) | ||
throw Error(`Cannot convert an object that has no lat and lon properties: ${JSON.stringify(coordinates, null, 2)}`) | ||
} | ||
@@ -78,0 +78,0 @@ return fn(coordinates) |
{ | ||
"name": "sparc-commons", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Library with all small time common stuff used across the SPARC echosystem", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
40379