Commit 15ad2593 authored by yann300's avatar yann300

linting

parent 68096028
...@@ -327,7 +327,7 @@ export class LandingPage extends ViewPlugin { ...@@ -327,7 +327,7 @@ export class LandingPage extends ViewPlugin {
const zip = new JSZip() const zip = new JSZip()
await fileProviders.browser.copyFolderToJson('/', ({ path, content }) => { await fileProviders.browser.copyFolderToJson('/', ({ path, content }) => {
zip.file(path, content) zip.file(path, content)
},({ path, content }) => { }, ({ path, content }) => {
zip.folder(path, content) zip.folder(path, content)
}) })
zip.generateAsync({ type: 'blob' }).then(function (blob) { zip.generateAsync({ type: 'blob' }).then(function (blob) {
......
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