@percy/cli-exec 1.28.8-beta.6 → 1.28.9-beta.0

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.
Files changed (2) hide show
  1. package/dist/start.js +3 -3
  2. package/package.json +4 -4
package/dist/start.js CHANGED
@@ -23,10 +23,10 @@ export const start = command('start', {
23
23
  } else {
24
24
  log.debug('Skipping percy project attribute calculation');
25
25
  }
26
-
27
- // start percy
28
- yield* percy.yield.start();
29
26
  try {
27
+ // start percy
28
+ yield* percy.yield.start();
29
+
30
30
  // run until stopped or terminated
31
31
  yield* yieldFor(() => percy.readyState >= 3);
32
32
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-exec",
3
- "version": "1.28.8-beta.6",
3
+ "version": "1.28.9-beta.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,10 +33,10 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@percy/cli-command": "1.28.8-beta.6",
37
- "@percy/logger": "1.28.8-beta.6",
36
+ "@percy/cli-command": "1.28.9-beta.0",
37
+ "@percy/logger": "1.28.9-beta.0",
38
38
  "cross-spawn": "^7.0.3",
39
39
  "which": "^2.0.2"
40
40
  },
41
- "gitHead": "33ebd1aded619784a02e27cb26dbd344c7131ee9"
41
+ "gitHead": "a1114f1e18518012f48756c9558a8e7895d2b3a9"
42
42
  }