@socketsecurity/cli-with-sentry 0.15.49 → 0.15.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
|
@@ -5259,6 +5259,8 @@ async function pnpmFix(pkgEnvDetails, {
|
|
|
5259
5259
|
cause: `Update failed for ${oldId} in ${workspace}${error ? '; ' + error : ''}`
|
|
5260
5260
|
};
|
|
5261
5261
|
}
|
|
5262
|
+
debug.debugFn('name:', name);
|
|
5263
|
+
debug.debugFn('increment: count', count + 1);
|
|
5262
5264
|
if (++count >= limit) {
|
|
5263
5265
|
logger.logger.dedent();
|
|
5264
5266
|
spinner?.dedent();
|
|
@@ -14275,5 +14277,5 @@ void (async () => {
|
|
|
14275
14277
|
await utils.captureException(e);
|
|
14276
14278
|
}
|
|
14277
14279
|
})();
|
|
14278
|
-
//# debugId=
|
|
14280
|
+
//# debugId=fd15c458-8a8d-4baf-88b7-983da622adaf
|
|
14279
14281
|
//# sourceMappingURL=cli.js.map
|