From 3a8b47946305529bced9841de5a1543f67ee6dbb Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Wed, 12 Feb 2020 16:35:19 -0600 Subject: [PATCH] Added some progress indications --- src/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Installer.php b/src/Installer.php index 7b2901a..94c3f60 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -28,6 +28,7 @@ class Installer { * @since 2019-11-12 */ public static function install( Event $event ) { + echo 'Creating mu-autoload.php... '; if ( ! self::include_wp( dirname( __FILE__ ) ) ) { echo "Couldn't include WP... guessing location\n";