Ensure resize error from C++ is wrapped

Thanks to @papandreou
This commit is contained in:
Lovell Fuller
2014-10-23 09:39:37 +01:00
parent 3e1be7a33a
commit 97fc2a2a3a
4 changed files with 14 additions and 3 deletions

View File

@@ -10,7 +10,8 @@
"Daniel Gasienica <daniel@gasienica.ch>",
"Julian Walker <julian@fiftythree.com>",
"Amit Pitaru <pitaru.amit@gmail.com>",
"Brandon Aaron <hello.brandon@aaron.sh>"
"Brandon Aaron <hello.brandon@aaron.sh>",
"Andreas Lind <andreas@one.com>"
],
"description": "High performance Node.js module to resize JPEG, PNG and WebP images using the libvips library",
"scripts": {
@@ -45,7 +46,7 @@
"nan": "^1.3.0"
},
"devDependencies": {
"mocha": "^1.21.5",
"mocha": "^2.0.0",
"mocha-jshint": "^0.0.9",
"istanbul": "^0.3.2",
"coveralls": "^2.11.2"