@storm-software/git-tools 2.124.72 → 2.124.73
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/bin/git.cjs +1 -1
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +1 -1
- package/bin/git.js.map +1 -1
- package/package.json +2 -2
package/bin/git.js
CHANGED
|
@@ -3988,7 +3988,7 @@ void (async () => {
|
|
|
3988
3988
|
const program = createProgram(config5);
|
|
3989
3989
|
await program.parseAsync(process.argv);
|
|
3990
3990
|
writeSuccess(
|
|
3991
|
-
`\u2714
|
|
3991
|
+
`\u2714 Git ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
|
|
3992
3992
|
config5
|
|
3993
3993
|
);
|
|
3994
3994
|
exitWithSuccess(config5);
|