Skip to content

Commit

Permalink
Merge pull request #1 from colin-kiegel/whoops
Browse files Browse the repository at this point in the history
HHVM fix in Whoops - flush before exit
  • Loading branch information
klees committed Mar 31, 2015
2 parents cd95e85 + 6a2a310 commit 48a8fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Services/Exceptions/lib/Whoops/Run.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ public function handleException(Exception $exception)
}

if ($willQuit) {
flush(); // HHVM fix for https://github.com/facebook/hhvm/issues/4055
exit(1);
}

Expand Down

0 comments on commit 48a8fdf

Please sign in to comment.