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

Commit 201f3b6

Browse files
kevinsawickialexeykuzmin
authored andcommitted
Comment out TryCatch::IsVerbose call
(cherry picked from commit 16db0ee)
1 parent 3d6b66a commit 201f3b6

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
@@ -2157,9 +2157,9 @@ void FatalException(Isolate* isolate,
21572157

21582158
void FatalException(Isolate* isolate, const TryCatch& try_catch) {
21592159
HandleScope scope(isolate);
2160-
if (!try_catch.IsVerbose()) {
2160+
// if (!try_catch.IsVerbose()) {
21612161
FatalException(isolate, try_catch.Exception(), try_catch.Message());
2162-
}
2162+
// }
21632163
}
21642164

21652165

0 commit comments

Comments
 (0)