Skip to content

Commit 1f0f623

Browse files
committed
fixstate
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent d5f9741 commit 1f0f623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/methods/v2/translatestate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function processEntry (
8080
if (
8181
internals.rollback === true &&
8282
internals.rollbackContinue !== true &&
83-
driver.udriver._meta.signalColumns.indexOf(action) !== -1
83+
driver.udriver._meta?.signalColumns?.indexOf(action) !== -1
8484
) {
8585
internals.rollbackContinue = true;
8686
skip = driver.udriver._counter.previousSignal() === null;

0 commit comments

Comments
 (0)