You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Code/ContextSystem/Contexter.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ List<RunnableContext> contexts
61
61
caseEndKeyword:
62
62
{
63
63
if(statementStack.Count==0)
64
-
returnrs+"There is no statement to close with the 'end' keyword!";
64
+
returnrs+"There is no valid statement to close with the 'end' keyword! Check if the statement you are trying to close hasn't thrown an error when compiling.".AsError();
0 commit comments