You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Error: Failed to parse at line ${lineCount} of ${path} as JSON: ${(easany)?.message??"UNKNOWN REASON"}. Problematic line below:\n${JSON.stringify(currentLineSequence,null,2)}`,
24
24
);
@@ -27,12 +27,12 @@ export async function readJsonlFile<T>(
27
27
}
28
28
29
29
functionlogProgress(){
30
-
voidextLogger.log(
30
+
voidlogger?.log(
31
31
`Processed ${lineCount} lines with ${parseCounts} parses...`,
0 commit comments