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

Commit a038b70

Browse files
kevinsawickicodebytere
authored andcommitted
Comment out TryCatch::IsVerbose call
1 parent 6adb11e commit a038b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2713,9 +2713,9 @@ void FatalException(Isolate* isolate,
27132713

27142714
void FatalException(Isolate* isolate, const TryCatch& try_catch) {
27152715
HandleScope scope(isolate);
2716-
if (!try_catch.IsVerbose()) {
2716+
// if (!try_catch.IsVerbose()) {
27172717
FatalException(isolate, try_catch.Exception(), try_catch.Message());
2718-
}
2718+
// }
27192719
}
27202720

27212721

0 commit comments

Comments
 (0)