We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0171833 commit 9a966ceCopy full SHA for 9a966ce
Code/ContextSystem/Contexter.cs
@@ -100,7 +100,7 @@ List<Context> contexts
100
extendable.RegisteredSignals[treeExtenderInfo.Extends] = treeExtenderContext.Run;
101
statementStack.Pop();
102
statementStack.Push(treeExtenderContext);
103
- return context.VerifyCurrentState().HasErrored(out error) ? error : true;
+ return context.VerifyCurrentState().HasErrored(out error) ? rs + error : true;
104
}
105
106
if (context.VerifyCurrentState().HasErrored(out error))
0 commit comments