csvgeocode
Advanced tools
Comparing version
{ | ||
"name": "csvgeocode", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Bulk geocode addresses in a CSV.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -206,16 +206,12 @@ var misc = require("./misc"), | ||
csv.stringify(results,function(string){ | ||
try { | ||
try { | ||
output.write(csv.stringify(results),summarize); | ||
output.write(string,summarize); | ||
} catch(e) { | ||
} catch(e) { | ||
throw new TypeError("Second argument output needs to be a filename or a writeable stream."); | ||
throw new TypeError("Second argument output needs to be a filename or a writeable stream."); | ||
} | ||
} | ||
}); | ||
} | ||
@@ -222,0 +218,0 @@ |
25069
0.5%16
14.29%440
-0.45%