Skip to content

Commit 9a966ce

Browse files
committed
minor fix to the fix lol
1 parent 0171833 commit 9a966ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/ContextSystem/Contexter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ List<Context> contexts
100100
extendable.RegisteredSignals[treeExtenderInfo.Extends] = treeExtenderContext.Run;
101101
statementStack.Pop();
102102
statementStack.Push(treeExtenderContext);
103-
return context.VerifyCurrentState().HasErrored(out error) ? error : true;
103+
return context.VerifyCurrentState().HasErrored(out error) ? rs + error : true;
104104
}
105105

106106
if (context.VerifyCurrentState().HasErrored(out error))

0 commit comments

Comments
 (0)