mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 09:42:29 +08:00
Fixed non-running processing tasks during start
This commit is contained in:
@@ -161,7 +161,7 @@ namespace Orchard.Environment {
|
||||
ActivateShell(context);
|
||||
|
||||
// If everything went well, return to stop the retry loop
|
||||
return;
|
||||
break;
|
||||
}
|
||||
catch (Exception ex) {
|
||||
if (i == Retries) {
|
||||
|
||||
Reference in New Issue
Block a user