Skip to content

Commit 32d5f5f

Browse files
committed
Fix command error
1 parent 3a43e9d commit 32d5f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/StatusCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function handle()
1818

1919
if (is_null($binLogCurrent)) {
2020
$this->warn('binlog info of ' . $replication . ' is empty.');
21+
return;
2122
}
2223

2324
$this->table(

0 commit comments

Comments
 (0)