@socketsecurity/cli-with-sentry 1.0.81 → 1.0.82
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.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/utils/api.d.mts.map +1 -1
- package/dist/types/utils/git.d.mts.map +1 -1
- package/dist/types/utils/package-environment.d.mts.map +1 -1
- package/dist/utils.js +20 -16
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -619,7 +619,7 @@ ${table}
|
|
|
619
619
|
} catch (e) {
|
|
620
620
|
process.exitCode = 1;
|
|
621
621
|
logger.logger.fail('There was a problem converting the logs to Markdown, please try the `--json` flag');
|
|
622
|
-
require$$6.debugFn('error', 'caught:
|
|
622
|
+
require$$6.debugFn('error', 'caught: markdown conversion error');
|
|
623
623
|
require$$6.debugDir('inspect', {
|
|
624
624
|
error: e
|
|
625
625
|
});
|
|
@@ -14630,5 +14630,5 @@ void (async () => {
|
|
|
14630
14630
|
await utils.captureException(e);
|
|
14631
14631
|
}
|
|
14632
14632
|
})();
|
|
14633
|
-
//# debugId=
|
|
14633
|
+
//# debugId=58ac1bfa-a01a-4cc9-829a-f7eefa14421f
|
|
14634
14634
|
//# sourceMappingURL=cli.js.map
|