Skip to content

Commit a019109

Browse files
Merge branch 'main' into parsing-rework
2 parents 860e279 + 1677f5a commit a019109

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Code/ContextSystem/Contexter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ List<RunnableContext> contexts
6161
case EndKeyword:
6262
{
6363
if (statementStack.Count == 0)
64-
return rs + "There is no statement to close with the 'end' keyword!";
64+
return rs + "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();
6565

6666
statementStack.Pop();
6767
return true;

SER.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
<ItemGroup>
108108
<PackageReference Include="AudioPlayerApi" Version="1.1.2" />
109109
<PackageReference Include="Callvote.LabAPI" Version="6.8.0" />
110-
<PackageReference Include="ExMod.Exiled" Version="9.13.1" />
110+
<PackageReference Include="ExMod.Exiled" Version="9.13.3" />
111111
<PackageReference Include="NCalc" Version="1.3.8" />
112112
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
113-
<PackageReference Include="Northwood.LabAPI" Version="1.1.5" />
113+
<PackageReference Include="Northwood.LabAPI" Version="1.1.6.1" />
114114
<PackageReference Include="PolySharp" Version="1.15.0">
115115
<PrivateAssets>all</PrivateAssets>
116116
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)