Fix message

This commit is contained in:
Arnaud TAMAILLON 2024-09-03 00:06:15 +02:00 committed by BobLd
parent fc3cd81c96
commit abce843923

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;
}