@dev-blinq/cucumber_client 1.0.1435-dev → 1.0.1436-dev
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.
|
@@ -865,10 +865,10 @@ export class BVTRecorder {
|
|
|
865
865
|
skipBefore,
|
|
866
866
|
}
|
|
867
867
|
);
|
|
868
|
-
|
|
868
|
+
await this.revertMode();
|
|
869
869
|
return { info };
|
|
870
870
|
} catch (error) {
|
|
871
|
-
|
|
871
|
+
await this.revertMode();
|
|
872
872
|
throw error;
|
|
873
873
|
} finally {
|
|
874
874
|
for (const key of Object.keys(_env)) {
|