Skip to content

Commit 93f2431

Browse files
committed
fix isStartExec
1 parent e60ad86 commit 93f2431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/snapshotQueue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default class Queue {
286286
let drop = false;
287287

288288

289-
if (this.ctx.isStartExec && !this.ctx.config.tunnel) {
289+
if (this.ctx.isStartExec) {
290290
this.ctx.log.info(`Processing Snapshot: ${snapshot?.name}`);
291291
}
292292

0 commit comments

Comments
 (0)