We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4081b56 commit 0c7b8f5Copy full SHA for 0c7b8f5
app/install/Installation.php
@@ -50,7 +50,7 @@ public static function install(string $version = ''): void
50
Menu::import(include __DIR__ . '/menu.php');
51
}
52
} catch (\Error|\Exception|\Throwable $throwable) {
53
- echo $throwable->getMessage() . PHP_EOL;
+ echo '【中间件安装必须插件】异常:'. $throwable->getMessage() . PHP_EOL;
54
} finally {
55
Util::resumeFileMonitor();
56
0 commit comments