@socketsecurity/cli-with-sentry 1.0.28 → 1.0.29
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
|
@@ -3109,7 +3109,7 @@ async function gitCreateAndPushBranch(branch, commitMsg, filepaths, options) {
|
|
|
3109
3109
|
};
|
|
3110
3110
|
const stdioIgnoreOptions = {
|
|
3111
3111
|
cwd,
|
|
3112
|
-
stdio: '
|
|
3112
|
+
stdio: 'inherit'
|
|
3113
3113
|
};
|
|
3114
3114
|
logger.logger.dir({
|
|
3115
3115
|
branch,
|
|
@@ -14274,5 +14274,5 @@ void (async () => {
|
|
|
14274
14274
|
await utils.captureException(e);
|
|
14275
14275
|
}
|
|
14276
14276
|
})();
|
|
14277
|
-
//# debugId=
|
|
14277
|
+
//# debugId=63677e9d-9391-455a-b4c6-9d3432210895
|
|
14278
14278
|
//# sourceMappingURL=cli.js.map
|