Skip to content

Commit

Permalink
fix finishLaunch sync issue (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr_Halichenko <[email protected]>
  • Loading branch information
AlexGalichenko and Oleksandr_Halichenko authored Jan 19, 2024
1 parent a8a284b commit a1a8b69
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 a1a8b69

Please sign in to comment.