@socketsecurity/cli-with-sentry 0.15.40 → 0.15.41
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
|
@@ -3698,7 +3698,7 @@ function getSocketBranchPattern(options) {
|
|
|
3698
3698
|
function createSocketBranchParser(options) {
|
|
3699
3699
|
const pattern = getSocketBranchPattern(options);
|
|
3700
3700
|
return function parse(branch) {
|
|
3701
|
-
debug.debugFn('pattern', pattern);
|
|
3701
|
+
debug.debugFn('pattern', pattern.toString());
|
|
3702
3702
|
const match = pattern.exec(branch);
|
|
3703
3703
|
if (!match) {
|
|
3704
3704
|
return null;
|
|
@@ -14110,5 +14110,5 @@ void (async () => {
|
|
|
14110
14110
|
await utils.captureException(e);
|
|
14111
14111
|
}
|
|
14112
14112
|
})();
|
|
14113
|
-
//# debugId=
|
|
14113
|
+
//# debugId=6b317adc-333f-48fb-aed1-2b1b3d057a49
|
|
14114
14114
|
//# sourceMappingURL=cli.js.map
|