We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7ef6 commit 7ce7265Copy full SHA for 7ce7265
src/Spe/Integrations/Tasks/ScriptedItemEventHandler.cs
@@ -61,7 +61,7 @@ RuleContext GetRuleContext(Item contextItem, Item scriptItem)
61
var applicableScriptItems = libraryItem?.Children?.Where(filter).ToArray();
62
if (applicableScriptItems == null || !applicableScriptItems.Any())
63
{
64
- return;
+ continue;
65
}
66
67
using (var session = ScriptSessionManager.NewSession(ApplicationNames.Default, true))
0 commit comments