@percy/cli-snapshot 1.28.3-beta.1 → 1.28.4-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/snapshot.js +1 -0
  2. package/package.json +3 -3
package/dist/snapshot.js CHANGED
@@ -111,6 +111,7 @@ export const snapshot = command('snapshot', {
111
111
  yield* percy.yield.snapshot(options);
112
112
  yield* percy.yield.stop();
113
113
  } catch (error) {
114
+ log.error(error);
114
115
  await percy.stop(true);
115
116
  throw error;
116
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-snapshot",
3
- "version": "1.28.3-beta.1",
3
+ "version": "1.28.4-beta.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,8 +33,8 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@percy/cli-command": "1.28.3-beta.1",
36
+ "@percy/cli-command": "1.28.4-beta.0",
37
37
  "yaml": "^2.0.0"
38
38
  },
39
- "gitHead": "3a838eedd0f07f57c6c61cd0cba1c7e20cc95af3"
39
+ "gitHead": "fe4d7e944acd2081d901eb2eed202ccb64098576"
40
40
  }