| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4704270 commit f9075ff
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -600,6 +600,9 @@ void OOMErrorHandler(const char* location, const v8::OOMDetails& details) { | |||
| 600 | 600 | } else { | |
| 601 | 601 | FPrintF(stderr, "FATAL ERROR: %s\n", message); | |
| 602 | 602 | } | |
| 603 | + if (details.detail != nullptr) { | ||
| 604 | + FPrintF(stderr, "Reason: %s\n", details.detail); | ||
| 605 | + } | ||
| 603 | 606 | ||
| 604 | 607 | Isolate* isolate = Isolate::TryGetCurrent(); | |
| 605 | 608 | bool report_on_fatalerror; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments