framework icon indicating copy to clipboard operation
framework copied to clipboard

命令行无法捕获异常,求官方支持指定要捕获异常,便于 输出异常到sentry

Open leeyisoft opened this issue 4 years ago • 0 comments
trafficstars

const VERSION = '6.0.7'; 命令行无法捕获异常,求官方支持指定要捕获异常,便于 输出异常到sentry
./vendor/topthink/framework/src/think/Console.php

    public function run()
    {
        $input  = new Input();
        $output = new Output();

        $this->configureIO($input, $output);

leeyisoft avatar Jun 09 '21 04:06 leeyisoft