diff --git a/src/api/callback.cc b/src/api/callback.cc index 8f9d617d1eaf3f..fb0e5586eb400a 100644 --- a/src/api/callback.cc +++ b/src/api/callback.cc @@ -18,13 +18,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,