mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 12:04:47 +01:00
Fix
This commit is contained in:
parent
a270b744be
commit
4b6da2531a
@ -4,4 +4,4 @@ chdir(__DIR__);
|
|||||||
|
|
||||||
require __DIR__.'/vendor/autoload.php';
|
require __DIR__.'/vendor/autoload.php';
|
||||||
|
|
||||||
(new Main())->run(($argv[1] ?? '') === 'serve');
|
(new Main())->run($argv[1] ?? '');
|
||||||
|
Loading…
Reference in New Issue
Block a user