@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
- // await this.revertMode();
869
+ await this.revertMode();
870
870
  return { info };
871
871
  } catch (error) {
872
- // await this.revertMode();
872
+ await this.revertMode();
873
873
  throw error;
874
874
  } finally {
875
875
  for (const key of Object.keys(_env)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1254-stage",
3
+ "version": "1.0.1255-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",