mirror of
https://github.com/filp/whoops.git
synced 2026-09-18 05:36:21 +00:00
Merge pull request #275 from colin-kiegel/hhvm-flush-before-exit
HHVM fix - flush before exit
This commit is contained in:
@@ -285,6 +285,7 @@ class Run
|
||||
}
|
||||
|
||||
if ($willQuit) {
|
||||
flush(); // HHVM fix for https://github.com/facebook/hhvm/issues/4055
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user