mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Add small warning that run may take a while
This commit is contained in:
@@ -538,7 +538,7 @@
|
||||
* Output diagnostics to aid in debugging Valet.
|
||||
*/
|
||||
$app->command('diagnose [-p|--print] [--plain]', function ($print, $plain) {
|
||||
info('Running diagnostics...');
|
||||
info('Running diagnostics... (this may take a while)');
|
||||
|
||||
Diagnose::run($print, $plain);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user