@socketsecurity/cli-with-sentry 1.0.49 → 1.0.50
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
CHANGED
|
@@ -3821,6 +3821,9 @@ async function agentFix(pkgEnvDetails, actualTree, alertsMap, installer, {
|
|
|
3821
3821
|
pkgPath: rootPath
|
|
3822
3822
|
} = pkgEnvDetails;
|
|
3823
3823
|
const fixEnv = await getFixEnv();
|
|
3824
|
+
debug.debugDir('inspect', {
|
|
3825
|
+
fixEnv
|
|
3826
|
+
});
|
|
3824
3827
|
const {
|
|
3825
3828
|
autoMerge,
|
|
3826
3829
|
cwd,
|
|
@@ -14316,5 +14319,5 @@ void (async () => {
|
|
|
14316
14319
|
await utils.captureException(e);
|
|
14317
14320
|
}
|
|
14318
14321
|
})();
|
|
14319
|
-
//# debugId=
|
|
14322
|
+
//# debugId=a6f657d8-6263-4651-bc8b-01702cb07501
|
|
14320
14323
|
//# sourceMappingURL=cli.js.map
|