mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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');
|
$this->extend('postFileMigration');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user