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

Commit

Permalink
Comment out TryCatch::IsVerbose call
Browse files Browse the repository at this point in the history
(cherry picked from commit 16db0ee)
  • Loading branch information
kevinsawicki authored and alexeykuzmin committed May 25, 2018
1 parent 3d6b66a commit 201f3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
// }
}


Expand Down

0 comments on commit 201f3b6

Please sign in to comment.