mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
improve plugin checkMainApplicationVersion
This commit is contained in:
@@ -38,7 +38,7 @@ class Plugin extends Command
|
||||
return 1;
|
||||
}
|
||||
try {
|
||||
$mainClass->checkMainApplicationVersion();
|
||||
$mainClass->checkMainApplicationVersion(false);
|
||||
} catch (\Exception $exception) {
|
||||
$this->error($exception->getMessage());
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user