Skip to content

Commit

Permalink
fix displaying duplicated error reporting in the console
Browse files Browse the repository at this point in the history
  • Loading branch information
Maometos committed Mar 17, 2024
1 parent 9d4dbae commit f4e4a6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/devnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env php
<?php

require __DIR__ . '/../../../../vendor/autoload.php';

use DevNet\CLI\Program;

ini_set('display_errors', 0);
require_once __DIR__ . '/../../../../vendor/autoload.php';

$args = $GLOBALS['argv'];
array_shift($args);

Expand Down

0 comments on commit f4e4a6d

Please sign in to comment.