diff --git a/src/api/callback.cc b/src/api/callback.cc index 46f17ba74e9528..798a28662f3077 100644 --- a/src/api/callback.cc +++ b/src/api/callback.cc @@ -19,13 +19,8 @@ using v8::Value; CallbackScope::CallbackScope(Isolate* isolate, Local object, - async_context asyncContext) - : private_(new InternalCallbackScope(Environment::GetCurrent(isolate), - object, - asyncContext)), - try_catch_(isolate) { - try_catch_.SetVerbose(true); -} + async_context async_context) + : CallbackScope(Environment::GetCurrent(isolate), object, async_context) {} CallbackScope::CallbackScope(Environment* env, Local object,