Added debug to bin/update

This commit is contained in:
xdrm-brackets 2017-09-13 21:33:35 +02:00
parent f42f89267d
commit 8da9dff2a9
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php require_once dirname(__DIR__).'/autoloader.php';
use \service\Updater;
debug();
$upd = new Updater();