Skip to content

Commit 42c9a61

Browse files
committed
fix(state travel): missing pdriver
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent b890834 commit 42c9a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/methods/v2/statetravel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262

6363
return Shadow.overshadow(
6464
driver,
65-
new StateTravel(internals, file, context),
65+
new StateTravel(internals, file, context, pdriver),
6666
noTravelError
6767
);
6868
}

0 commit comments

Comments
 (0)