mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 12:35:25 +02:00
debug: add detailed safeFetch and getHistoryDataForMerge logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user