mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Ensure exceptions are not thrown when terminating #3569
This commit is contained in:
parent
eb1e53db83
commit
f5845c7e61
@ -70,7 +70,9 @@
|
|||||||
}, {
|
}, {
|
||||||
'target_name': 'sharp-<(platform_and_arch)',
|
'target_name': 'sharp-<(platform_and_arch)',
|
||||||
'defines': [
|
'defines': [
|
||||||
'NAPI_VERSION=7'
|
'NAPI_VERSION=7',
|
||||||
|
'NODE_ADDON_API_DISABLE_DEPRECATED',
|
||||||
|
'NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS'
|
||||||
],
|
],
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<!(node -p "require(\'node-addon-api\').gyp")',
|
'<!(node -p "require(\'node-addon-api\').gyp")',
|
||||||
|
@ -6,6 +6,9 @@ Requires libvips v8.14.2
|
|||||||
|
|
||||||
### v0.32.2 - TBD
|
### v0.32.2 - TBD
|
||||||
|
|
||||||
|
* Ensure exceptions are not thrown when terminating.
|
||||||
|
[#3569](https://github.com/lovell/sharp/issues/3569)
|
||||||
|
|
||||||
* Ensure the same access method is used for all inputs (regression in 0.32.0).
|
* Ensure the same access method is used for all inputs (regression in 0.32.0).
|
||||||
[#3669](https://github.com/lovell/sharp/issues/3669)
|
[#3669](https://github.com/lovell/sharp/issues/3669)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user