Skip to content

Commit

Permalink
Add missing semicolon caught by jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 17, 2017
1 parent e272a17 commit f8e0b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mapnik-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else if ((/.svg$/.test(obj))) {
process.exit(1);
}
var output="/tmp/mapnik-inspect.png";
img.save(output)
img.save(output);
console.log("Saved image to "+output);
});
}
Expand Down

0 comments on commit f8e0b41

Please sign in to comment.