Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 16db0ee

Browse files
kevinsawickialexeykuzmin
authored andcommitted
Comment out TryCatch::IsVerbose call
1 parent fc85460 commit 16db0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2426,9 +2426,9 @@ void FatalException(Isolate* isolate,
24262426

24272427
void FatalException(Isolate* isolate, const TryCatch& try_catch) {
24282428
HandleScope scope(isolate);
2429-
if (!try_catch.IsVerbose()) {
2429+
// if (!try_catch.IsVerbose()) {
24302430
FatalException(isolate, try_catch.Exception(), try_catch.Message());
2431-
}
2431+
// }
24322432
}
24332433

24342434

0 commit comments

Comments
 (0)