Fix message

This commit is contained in:
Arnaud TAMAILLON 2024-09-03 00:06:15 +02:00
parent bc91e853f9
commit 9d03c6b923

View File

@ -195,7 +195,7 @@
}
// 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;
}