diff --git a/native_mate/constructor.h b/native_mate/constructor.h index f44238ed07cf..4dce532098bb 100644 --- a/native_mate/constructor.h +++ b/native_mate/constructor.h @@ -154,8 +154,6 @@ class Constructor { Wrappable* object = internal::InvokeFactory(args, factory); if (object) object->Wrap(isolate, args->GetThis()); - else - args->ThrowError(); MATE_METHOD_RETURN_UNDEFINED(); }