debug: add detailed safeFetch and getHistoryDataForMerge logging

This commit is contained in:
Christian Vidal Wolf
2026-04-23 19:23:29 +02:00
parent 3892b9f256
commit cf602fe9a2
2 changed files with 17 additions and 2 deletions
+3
View File
@@ -229,6 +229,9 @@ const articleNoIdx = resolvedCols.ARTICLE_NO;
}
if (articleNo === '59272EN') {
console.log('[DEBUG 59272EN] hist?.length:', hist?.length, '| hist?.[103]:', hist?.[103], '| hist type:', typeof hist);
console.log('[DEBUG 59272EN] synced?.data?.[103]:', synced?.data?.[103]);
console.log('[DEBUG 59272EN] sourceForInternal?.[103]:', sourceForInternal?.[103]);
console.log('[DEBUG 59272EN] FINAL processedRow[103]:', finalRow[103], '| length:', finalRow.length);
}