diff options
Diffstat (limited to 'editors/code/src/net.ts')
-rw-r--r-- | editors/code/src/net.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/net.ts b/editors/code/src/net.ts index e746465d1..9ba17b7b5 100644 --- a/editors/code/src/net.ts +++ b/editors/code/src/net.ts | |||
@@ -76,7 +76,7 @@ interface DownloadOpts { | |||
76 | dest: string; | 76 | dest: string; |
77 | mode?: number; | 77 | mode?: number; |
78 | gunzip?: boolean; | 78 | gunzip?: boolean; |
79 | overwrite?: boolean, | 79 | overwrite?: boolean; |
80 | } | 80 | } |
81 | 81 | ||
82 | export async function download(opts: DownloadOpts) { | 82 | export async function download(opts: DownloadOpts) { |