mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Upgrade to libvips v8.7.0
Drop Node 4 support Add experimental musl prebuild for Node 8 and 10
This commit is contained in:
@@ -259,7 +259,7 @@ NAN_METHOD(_maxColourDistance) {
|
||||
}
|
||||
// Calculate colour distance
|
||||
maxColourDistance = image1.dE00(image2).max();
|
||||
} catch (VError err) {
|
||||
} catch (VError const &err) {
|
||||
return ThrowError(err.what());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user