Skip to content

Commit

Permalink
release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jul 17, 2024
1 parent ee3d2ac commit 1fabd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/git/src/getGitUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function getGitMiniprogramToken(throwOnError = true): string {
* Get miniprogram session from git config
*
* @param throwOnError - throw on token is null, default: true
* @returns - token
* @returns - session
*/
export function getGitMiniprogramSession(throwOnError = true): string {
const { stdout } = spawnSync('git', ['config', 'user.miniprogramSession'])
Expand Down

0 comments on commit 1fabd46

Please sign in to comment.