Skip to content

Commit

Permalink
limit the cli debug uptput
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Apr 29, 2014
1 parent 932c451 commit 4287822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/display.php
Expand Up @@ -82,7 +82,7 @@ function error($message, $priority = true, $debug_stuff = false) {
if (defined('STDIN')) {
// Running from CLI
echo('Error: ' . $message . "\n");
debug_print_backtrace();
debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
die();
}

Expand Down

0 comments on commit 4287822

Please sign in to comment.