Skip to content

Commit

Permalink
delinting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Sep 17, 2015
1 parent 96e5eca commit f605b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Exporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f605b5b

Please sign in to comment.