pull/1021/head
yann300 4 years ago
parent 213804829c
commit 43b061aa39
  1. 1
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -322,6 +322,7 @@ export class LandingPage extends ViewPlugin {
const downloadFiles = async () => {
try {
tooltip('preparing files, please wait..')
const fileProviders = globalRegistry.get('fileproviders').api
const zip = new JSZip()
await fileProviders.browser.copyFolderToJson('/', ({ path, content }) => {

Loading…
Cancel
Save