diff --git a/src/node.cc b/src/node.cc index 0305afc878e..78d37d93d64 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2713,9 +2713,9 @@ void FatalException(Isolate* isolate, void FatalException(Isolate* isolate, const TryCatch& try_catch) { HandleScope scope(isolate); - if (!try_catch.IsVerbose()) { + // if (!try_catch.IsVerbose()) { FatalException(isolate, try_catch.Exception(), try_catch.Message()); - } + // } }