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 3a43e9d commit 32d5f5fCopy full SHA for 32d5f5f
src/Console/StatusCommand.php
@@ -18,6 +18,7 @@ public function handle()
18
19
if (is_null($binLogCurrent)) {
20
$this->warn('binlog info of ' . $replication . ' is empty.');
21
+ return;
22
}
23
24
$this->table(
0 commit comments