MigrateFileTask now outputs "Done" when it has finished running (#8995)

This commit is contained in:
Andre Kiste 2019-05-28 09:45:13 +12:00 committed by Ingo Schommer
parent 4f39e59aff
commit 2c8c643ce3

View File

@ -144,6 +144,8 @@ class MigrateFileTask extends BuildTask
}
}
$this->logger->info("Done!");
$this->extend('postFileMigration');
}