Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud TAMAILLON authored and BobLd committed Sep 3, 2024
1 parent fc3cd81 commit abce843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public bool MoveNext()
}

// This should never happen.
Debug.Assert(false, "Encountered a '{' operator before the end of the previous object.");
Debug.Assert(false, $"Encountered a '{coreTokenScanner.CurrentToken}' operator before the end of the previous object.");
return false;
}

Expand Down

0 comments on commit abce843

Please sign in to comment.