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 8b79a00 commit e3d7e62Copy full SHA for e3d7e62
extensions/git/src/askpass-main.ts
@@ -4,11 +4,10 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
import * as fs from 'fs';
7
-import { l10n } from 'vscode';
8
import { IPCClient } from './ipc/ipcClient';
9
10
function fatal(err: any): void {
11
- console.error(l10n.t('Missing or invalid credentials.'));
+ console.error('Missing or invalid credentials.');
12
console.error(err);
13
process.exit(1);
14
}
0 commit comments