pull/5370/head
yann300 4 years ago
parent bc7caf45e9
commit 8f00399ea5
  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