Skip to content

Commit 2f80215

Browse files
Update Contexter.cs
1 parent 85041e9 commit 2f80215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code/ContextSystem/Contexter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ private static Result TryAddResult(
4848
Stack<StatementContext> statementStack,
4949
List<Context> contexts
5050
) {
51-
Result rs = $"Invalid context {context} in line {lineNum}.";
51+
Result rs = $"Invalid context {context}";
5252

53-
Log.Debug($"Trying to add context {context} in line {lineNum}");
53+
Log.Debug($"Trying to add context {context}");
5454

5555
switch (context)
5656
{

0 commit comments

Comments
 (0)