@aresrpg/sui-checkpoint-reader
Advanced tools
Comparing version 4.1.8 to 4.1.9
{ | ||
"name": "@aresrpg/sui-checkpoint-reader", | ||
"version": "4.1.8", | ||
"version": "4.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -419,2 +419,3 @@ import { setInterval, setTimeout } from 'timers/promises' | ||
})) { | ||
if (sync_settings.catching_up) continue | ||
// check all checkpoints files, remove those below the currently processed | ||
@@ -421,0 +422,0 @@ const files = get_local_checkpoints(checkpoints_folder).map( |
733128
19493