csvgeocode
Advanced tools
Comparing version
{ | ||
"name": "csvgeocode", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Bulk geocode addresses in a CSV.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -99,4 +99,3 @@ var misc = require("./misc"), | ||
if (row[options.address] === undefined) { | ||
_this.emit("row","Couldn't find address column '"+options.address+"'",row); | ||
return cb(null,row); | ||
throw new Error("Couldn't find address column '"+options.address+"'"); | ||
} | ||
@@ -103,0 +102,0 @@ |
Sorry, the diff of this file is not supported yet
26476
-0.13%440
-0.23%