add log to askpass ipc

This commit is contained in:
João Moreno
2020-04-24 15:40:03 +02:00
parent ae1670d4ea
commit 77d7351226

View File

@@ -43,8 +43,8 @@ async function createModel(context: ExtensionContext, outputChannel: OutputChann
ipc = await createIPCServer();
disposables.push(ipc);
env = { ...env, ...ipc.getEnv() };
} catch {
// noop
} catch (err) {
outputChannel.appendLine(`[error] Failed to create git askpass IPC: ${err}`);
}
if (ipc) {