Skip to content

Commit

Permalink
fix(state travel): missing pdriver
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Jul 19, 2024
1 parent b890834 commit 42c9a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/methods/v2/statetravel.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {

return Shadow.overshadow(
driver,
new StateTravel(internals, file, context),
new StateTravel(internals, file, context, pdriver),
noTravelError
);
}
Expand Down

0 comments on commit 42c9a61

Please sign in to comment.