From beac47363ece667f70ce20b9ada3a6633519a272 Mon Sep 17 00:00:00 2001 From: Juanma Hidalgo Date: Fri, 13 Dec 2024 19:25:15 +0100 Subject: [PATCH] feat: update log --- src/polygon/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polygon/main.ts b/src/polygon/main.ts index 86a58fc..b964edb 100644 --- a/src/polygon/main.ts +++ b/src/polygon/main.ts @@ -968,6 +968,6 @@ processor.run( transfers.size }, curations: ${curations.size}` ); - console.log("bytes read: ", bytesRead); + console.log("bytes read so far: ", bytesRead); } );