Skip to content

Commit

Permalink
Added some progress indications
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfoell committed Feb 12, 2020
1 parent ba15eb6 commit 3a8b479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 3a8b479

Please sign in to comment.