We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f9741 commit 1f0f623Copy full SHA for 1f0f623
lib/methods/v2/translatestate.js
@@ -80,7 +80,7 @@ async function processEntry (
80
if (
81
internals.rollback === true &&
82
internals.rollbackContinue !== true &&
83
- driver.udriver._meta.signalColumns.indexOf(action) !== -1
+ driver.udriver._meta?.signalColumns?.indexOf(action) !== -1
84
) {
85
internals.rollbackContinue = true;
86
skip = driver.udriver._counter.previousSignal() === null;
0 commit comments