From f605b5b5724f218293a69cadd74c5d67ccba7877 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Thu, 17 Sep 2015 17:05:02 -0400 Subject: [PATCH] delinting --- lib/Exporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Exporter.js b/lib/Exporter.js index 1a61e1950..ab477d231 100644 --- a/lib/Exporter.js +++ b/lib/Exporter.js @@ -344,7 +344,7 @@ function callOgr (params, geojson, options, callback) { if (err) return callback(err) exec(cmd, function (err) { if (err) { - callback(err.message + ' ' + ogrParams, null) + callback(err.message + ': ' + cmd, null) } else { if (format === 'zip') { // mkdir for base path (dir + key) to store shp