提交 87dbb3a1 编写于 作者: J Joao Moreno

git: getConfig should trim result

上级 f448ddeb
......@@ -678,7 +678,7 @@ export class Repository {
}
const result = await this.run(args, options);
return result.stdout;
return result.stdout.trim();
}
async getConfigs(scope: string): Promise<{ key: string; value: string; }[]> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册