mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MigrateFileTask now outputs "Done" when it has finished running (#8995)
This commit is contained in:
parent
4f39e59aff
commit
2c8c643ce3
@ -144,6 +144,8 @@ class MigrateFileTask extends BuildTask
|
||||
}
|
||||
}
|
||||
|
||||
$this->logger->info("Done!");
|
||||
|
||||
$this->extend('postFileMigration');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user