summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_contextify.cc')
-rw-r--r--src/node_contextify.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_contextify.cc b/src/node_contextify.cc
index 952acfe06f..343342408b 100644
--- a/src/node_contextify.cc
+++ b/src/node_contextify.cc
@@ -171,7 +171,6 @@ MaybeLocal<Context> ContextifyContext::CreateV8Context(
Local<Context> ctx = NewContext(env->isolate(), object_template);
if (ctx.IsEmpty()) {
- env->ThrowError("Could not instantiate context");
return MaybeLocal<Context>();
}