socket 0.15.37 → 0.15.38
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/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4746,7 +4746,7 @@ async function pnpmFix(pkgEnvDetails, {
|
|
|
4746
4746
|
author: gitUser
|
|
4747
4747
|
}) : [];
|
|
4748
4748
|
if (openPrs.length) {
|
|
4749
|
-
debug.debugFn(`found: ${openPrs.length} open PRs
|
|
4749
|
+
debug.debugFn(`found: ${openPrs.length} open PRs\n`, openPrs);
|
|
4750
4750
|
}
|
|
4751
4751
|
let count = isCi ? openPrs.length : 0;
|
|
4752
4752
|
let actualTree;
|
|
@@ -13680,5 +13680,5 @@ void (async () => {
|
|
|
13680
13680
|
await utils.captureException(e);
|
|
13681
13681
|
}
|
|
13682
13682
|
})();
|
|
13683
|
-
//# debugId=
|
|
13683
|
+
//# debugId=76d79333-6e40-4be1-bec3-54745a17aac6
|
|
13684
13684
|
//# sourceMappingURL=cli.js.map
|