Skip to content

Commit

Permalink
chore: swallow non-throwable exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Nov 22, 2021
1 parent 342d07c commit 85456ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -59,7 +59,7 @@
"src/node_sqlite3.cc",
"src/statement.cc"
],
"defines": [ "NAPI_VERSION=<(napi_build_version)", "NAPI_DISABLE_CPP_EXCEPTIONS=1" ]
"defines": [ "NAPI_VERSION=<(napi_build_version)", "NAPI_DISABLE_CPP_EXCEPTIONS=1", "NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS" ]
},
#{
# "target_name": "action_after_build",
Expand Down

0 comments on commit 85456ab

Please sign in to comment.