Skip to content

Commit

Permalink
Merge pull request #185 from savetheclocktower/swallow-unthrowable-ex…
Browse files Browse the repository at this point in the history
…ceptions-by-default

Swallow exceptions in terminating environments…
  • Loading branch information
ianhattendorf authored Sep 26, 2024
2 parents e74b6ba + 10cfe52 commit b3308a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"targets": [{
"target_name": "nsfw",

"defines": [
"NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS"
],
"sources": [
"src/NSFW.cpp",
"src/Queue.cpp",
Expand Down

0 comments on commit b3308a9

Please sign in to comment.