Commit 7f5b2e33 authored by yann300's avatar yann300 Committed by GitHub

Typo Zip file

parent efcfd5d3
......@@ -332,7 +332,7 @@ export class LandingPage extends ViewPlugin {
zip.file(`remixbackup${path}`, content)
})
zip.generateAsync({ type: 'blob' }).then(function (blob) {
saveAs(blob, 'remixdbackup.zip')
saveAs(blob, 'remixbackup.zip')
}).catch((e) => {
tooltip(e.message)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment