1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 00:53:50 -04:00

improve loop log message

This commit is contained in:
Ean Milligan
2025-08-06 14:45:07 -04:00
parent 4efbed7424
commit e01097b1e3

View File

@@ -49,7 +49,7 @@ export const tokenizeCmd = (
const simulatedData: ReturnData[] = [];
for (let i = 0; i < simulatedLoopCount; i++) {
loopCountCheck('cmdTokenizer.ts - simulate nominal loop');
loopCountCheck(`cmdTokenizer.ts - simulate nominal loop #${i}`);
loggingEnabled && log(LT.LOG, `In simLoop:${i} "${currentCmd}" of ${JSON.stringify(cmd)}`);