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 c7f4647 commit 8eae893Copy full SHA for 8eae893
editors/code/src/net.ts
@@ -76,7 +76,7 @@ interface DownloadOpts {
76
dest: string;
77
mode?: number;
78
gunzip?: boolean;
79
- overwrite?: boolean,
+ overwrite?: boolean;
80
}
81
82
export async function download(opts: DownloadOpts) {
0 commit comments