Skip to content

Commit 336ef5e

Browse files
authoredJun 27, 2024
Removing cygwin code (#104)
1 parent 06f72b0 commit 336ef5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/MineStart.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ public function beforeStart()
3333
$console = console();
3434
$console->info('MineAdmin start success...');
3535
$console->info($this->welcome());
36-
str_contains(PHP_OS, 'CYGWIN')
37-
&& $console->info('current booting the user: ' . shell_exec('whoami'));
3836
}
3937

4038
protected function welcome(): string

0 commit comments

Comments
 (0)