snyk 1.910.0 → 1.913.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.
- package/dist/cli/479.index.js +1 -1
- package/dist/cli/479.index.js.map +1 -1
- package/dist/cli/784.index.js +3 -2
- package/dist/cli/784.index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +2 -2
- package/help/cli-commands/code.md +3 -1
- package/help/cli-commands/container.md +3 -1
- package/help/cli-commands/iac-describe.md +13 -27
- package/help/cli-commands/iac-test.md +5 -3
- package/help/cli-commands/iac-update-exclude-policy.md +1 -1
- package/help/cli-commands/iac.md +7 -5
- package/help/cli-commands/monitor.md +3 -4
- package/help/cli-commands/test.md +6 -5
- package/package.json +1 -1
package/dist/cli/479.index.js
CHANGED
|
@@ -178031,7 +178031,7 @@ function execute(command, args, options) {
|
|
|
178031
178031
|
});
|
|
178032
178032
|
proc.on('close', (code) => {
|
|
178033
178033
|
if (code !== 0) {
|
|
178034
|
-
return reject(new Error(
|
|
178034
|
+
return reject(new Error(stderr || stdout));
|
|
178035
178035
|
}
|
|
178036
178036
|
resolve(stdout || stderr);
|
|
178037
178037
|
});
|