Skip to content

Commit

Permalink
Removing cygwin code (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored Jun 27, 2024
1 parent 06f72b0 commit 336ef5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MineStart.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public function beforeStart()
$console = console();
$console->info('MineAdmin start success...');
$console->info($this->welcome());
str_contains(PHP_OS, 'CYGWIN')
&& $console->info('current booting the user: ' . shell_exec('whoami'));
}

protected function welcome(): string
Expand Down

0 comments on commit 336ef5e

Please sign in to comment.