Skip to content

Commit f4e4a6d

Browse files
committed
fix displaying duplicated error reporting in the console
1 parent 9d4dbae commit f4e4a6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/devnet

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env php
22
<?php
33

4-
require __DIR__ . '/../../../../vendor/autoload.php';
5-
64
use DevNet\CLI\Program;
75

6+
ini_set('display_errors', 0);
7+
require_once __DIR__ . '/../../../../vendor/autoload.php';
8+
89
$args = $GLOBALS['argv'];
910
array_shift($args);
1011

0 commit comments

Comments
 (0)