This commit is contained in:
João Moreno 2021-01-26 14:10:49 +01:00
parent 1f1ed78f7d
commit 75ff8b1131
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -30,7 +30,7 @@ function main(argv: string[]): void {
const output = process.env['VSCODE_GIT_ASKPASS_PIPE'] as string;
const request = argv[2];
const host = argv[4].substring(1, argv[4].length - 2);
const host = argv[4].substring(1, argv[4].length - 1);
const ipcClient = new IPCClient('askpass');
ipcClient.call({ request, host }).then(res => {