We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3d2ac commit 1fabd46Copy full SHA for 1fabd46
packages/git/src/getGitUser.ts
@@ -65,7 +65,7 @@ export function getGitMiniprogramToken(throwOnError = true): string {
65
* Get miniprogram session from git config
66
*
67
* @param throwOnError - throw on token is null, default: true
68
- * @returns - token
+ * @returns - session
69
*/
70
export function getGitMiniprogramSession(throwOnError = true): string {
71
const { stdout } = spawnSync('git', ['config', 'user.miniprogramSession'])
0 commit comments