From a089697d9e1e37d83b834a110c585fed06d8538b Mon Sep 17 00:00:00 2001 From: Kevin Eady <8634912+KevinEady@users.noreply.github.com> Date: Fri, 23 Apr 2021 10:01:32 +0200 Subject: [PATCH] Address review comments - Move define to src - Correct fix implementation --- common.gypi | 1 - napi-inl.h | 5 ----- test/error.cc | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/common.gypi b/common.gypi index 4955dc9bc..9be254f0b 100644 --- a/common.gypi +++ b/common.gypi @@ -15,7 +15,6 @@ } }] ], - 'defines': [ 'NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS' ], 'include_dirs': [" #include "napi.h"