Skip to content

Commit

Permalink
fix finishLaunch sync issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr_Halichenko committed Jan 18, 2024
1 parent a8a284b commit cc5dc50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export class Reporter extends WDIOReporter {
...(this.customLaunchStatus && { status: this.customLaunchStatus }),
});
promiseErrorHandler(promise);
await promise;
this.tempLaunchId = null;
this.customLaunchStatus = null;
} catch (e) {
Expand Down

0 comments on commit cc5dc50

Please sign in to comment.