@dev-blinq/cucumber_client 1.0.1254-stage → 1.0.1255-stage
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -866,10 +866,10 @@ export class BVTRecorder {
|
|
|
866
866
|
skipBefore,
|
|
867
867
|
}
|
|
868
868
|
);
|
|
869
|
-
|
|
869
|
+
await this.revertMode();
|
|
870
870
|
return { info };
|
|
871
871
|
} catch (error) {
|
|
872
|
-
|
|
872
|
+
await this.revertMode();
|
|
873
873
|
throw error;
|
|
874
874
|
} finally {
|
|
875
875
|
for (const key of Object.keys(_env)) {
|