@aresrpg/sui-checkpoint-reader
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@aresrpg/sui-checkpoint-reader", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1079,6 +1079,2 @@ import { setInterval, setTimeout } from 'timers/promises' | ||
if (checkpoint) { | ||
console.log( | ||
'[>>] processing checkpoint:', | ||
processing_settings.current_checkpoint, | ||
) | ||
await process_checkpoint( | ||
@@ -1090,7 +1086,7 @@ checkpoint, | ||
} else { | ||
// console.warn( | ||
// 'missing checkpoint:', | ||
// processing_settings.current_checkpoint, | ||
// 'retrying in 1s', | ||
// ) | ||
console.warn( | ||
'missing checkpoint:', | ||
processing_settings.current_checkpoint, | ||
'retrying in 1s', | ||
) | ||
await setTimeout(1000) | ||
@@ -1097,0 +1093,0 @@ } |
70900
1921