Skip to content

Commit

Permalink
Merge #4955
Browse files Browse the repository at this point in the history
4955: Update workaround comment r=matklad a=Veetaha



Co-authored-by: Veetaha <veetaha2@gmail.com>
  • Loading branch information
bors[bot] and Veetaha authored Jun 19, 2020
2 parents 1d4388f + d6e8924 commit 491eda6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions editors/code/src/net.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ async function downloadFile(
return new Promise<void>(resolve => {
destFileStream.on("close", resolve);
destFileStream.destroy();

// Details on workaround: https://github.com/rust-analyzer/rust-analyzer/pull/3092#discussion_r378191131
// Issue at nodejs repo: https://github.com/nodejs/node/issues/31776
// This workaround is awaiting to be removed when vscode moves to newer nodejs version:
// https://github.com/rust-analyzer/rust-analyzer/issues/3167
});
}

0 comments on commit 491eda6

Please sign in to comment.