mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -80,7 +80,7 @@ export class Askpass implements IIPCHandler {
|
||||
};
|
||||
}
|
||||
|
||||
let env: { [key: string]: string } = {
|
||||
const env: { [key: string]: string } = {
|
||||
...this.ipc.getEnv(),
|
||||
VSCODE_GIT_ASKPASS_NODE: process.execPath,
|
||||
VSCODE_GIT_ASKPASS_EXTRA_ARGS: (process.versions['electron'] && process.versions['microsoft-build']) ? '--ms-enable-electron-run-as-node' : '',
|
||||
|
||||
Reference in New Issue
Block a user