1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Add small warning that run may take a while

This commit is contained in:
Aryeh Raber
2020-04-26 22:54:21 +02:00
parent cafba7f4c5
commit 4794d7a080

View File

@@ -538,7 +538,7 @@
* Output diagnostics to aid in debugging Valet. * Output diagnostics to aid in debugging Valet.
*/ */
$app->command('diagnose [-p|--print] [--plain]', function ($print, $plain) { $app->command('diagnose [-p|--print] [--plain]', function ($print, $plain) {
info('Running diagnostics...'); info('Running diagnostics... (this may take a while)');
Diagnose::run($print, $plain); Diagnose::run($print, $plain);