Skip to content

Commit 266d44c

Browse files
committed
Reporting all error
1 parent 2b1db9b commit 266d44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/decode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2121
*/
2222

23+
error_reporting(E_ALL);
24+
2325
require __DIR__ . '/../vendor/autoload.php';
2426

2527
$code = file_get_contents($argv[1]);

0 commit comments

Comments
 (0)