fix unused argument

This commit is contained in:
sunxyw
2022-11-15 23:11:24 +08:00
parent 352f3e920e
commit 5a3da43640
2 changed files with 4 additions and 3 deletions

View File

@@ -2,13 +2,14 @@
declare(strict_types=1);
use OneBot\Driver\ExceptionHandler;
/**
* CLI Application 入口文件,先引入 Composer 组件
*
* @noinspection PhpIncludeInspection
*/
use OneBot\Exception\ExceptionHandler;
require_once((!is_dir(__DIR__ . '/../vendor')) ? getcwd() : (__DIR__ . '/..')) . '/vendor/autoload.php';
// 适配 Windows 的 conhost 中文显示,因为使用 micro 打包框架运行的时候在 Windows 运行中文部分会变成乱码