diff --git a/src/node.cc b/src/node.cc index c5dc33a0a38..56764dc8710 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2157,9 +2157,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()); - } + // } }