mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed #5140 Recipe from Migrations didn't work
This commit is contained in:
@@ -143,6 +143,10 @@ namespace Orchard.Environment {
|
||||
catch (Exception e) {
|
||||
Logger.Error(e, "A tenant could not be started: " + settings.Name);
|
||||
}
|
||||
while (_processingEngine.AreTasksPending()) {
|
||||
Logger.Debug("Processing pending task after activate Shell");
|
||||
_processingEngine.ExecuteNextTask();
|
||||
}
|
||||
});
|
||||
}
|
||||
// no settings, run the Setup
|
||||
|
Reference in New Issue
Block a user