Skip to content

Commit

Permalink
Add extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Dec 23, 2024
1 parent 5c564f3 commit d7b494f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/src/utils/Actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const waitForPlayerEvents = async <EType extends Event<PlayerEventType>>(

if (!unReceivedEvents.length) {
// Finished
console.debug(TAG, `Resolving promise on received events.`);
resolve(receivedEvents);
}
};
Expand Down

0 comments on commit d7b494f

Please sign in to comment.