Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 12, 2023
1 parent 79dbc2c commit be24bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/ListenCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ protected function expose(): void

while ($this->process->running()) {
if (is_null($tunnel)) {
logger($this->process->latestOutput());
if (preg_match(
'/Public HTTPS:\s+(http[s]?:\/\/[^\s]+)/',
$this->process->latestOutput(),
Expand Down

0 comments on commit be24bc6

Please sign in to comment.