mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
fix #52583
This commit is contained in:
@@ -318,7 +318,7 @@ export async function main(argv: string[]): Promise<any> {
|
||||
env
|
||||
};
|
||||
|
||||
if (typeof args['upload-logs'] !== undefined) {
|
||||
if (typeof args['upload-logs'] !== 'undefined') {
|
||||
options['stdio'] = ['pipe', 'pipe', 'pipe'];
|
||||
} else if (!verbose) {
|
||||
options['stdio'] = 'ignore';
|
||||
|
||||
Reference in New Issue
Block a user