diff --git a/tools/inc/cli.php b/tools/inc/cli.php index ac430cca..5f78dba1 100644 --- a/tools/inc/cli.php +++ b/tools/inc/cli.php @@ -8,6 +8,8 @@ * - ../ */ +ini_set('display_errors', 1); +error_reporting(E_ALL); set_time_limit(0); $shell_path = getcwd();