Skip to content

Commit

Permalink
Fail when there was an exception in tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed May 18, 2014
1 parent f84b45c commit b712e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions piwik.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
$process->main();
} catch (Exception $e) {
echo "Error:" . $e->getMessage();
exit(1);
}
ob_end_flush();
if ($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) {
Expand Down

0 comments on commit b712e60

Please sign in to comment.