mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 12:49:41 +01:00
@@ -179,7 +179,7 @@ export async function main(argv: string[]): Promise<any> {
|
||||
|
||||
// returns a file path where stdin input is written into (write in progress).
|
||||
try {
|
||||
readFromStdin(stdinFilePath, !!verbose); // throws error if file can not be written
|
||||
await readFromStdin(stdinFilePath, !!verbose); // throws error if file can not be written
|
||||
|
||||
// Make sure to open tmp file
|
||||
addArg(argv, stdinFilePath);
|
||||
|
||||
Reference in New Issue
Block a user