pull/5370/head
filip mertens 3 years ago
parent 82ff103c22
commit 98af1741c5
  1. 2
      apps/remix-ide/src/assets/js/init.js
  2. 120
      apps/remix-ide/src/assets/js/migrate.js

@ -93,7 +93,7 @@ window.onload = () => {
} }
window.remixFileSystemCallback = new RemixFileSystem() window.remixFileSystemCallback = new RemixFileSystem()
window.remixFileSystemCallback.init('RemixFileSystem', { wipe: false }).then(() => { window.remixFileSystemCallback.init('RemixFileSystem', { wipe: true }).then(() => {
window.remixFileSystem = window.remixFileSystemCallback.promises window.remixFileSystem = window.remixFileSystemCallback.promises
// check if .workspaces is present in indexeddb // check if .workspaces is present in indexeddb
window.remixFileSystem.stat('.workspaces').then((dir) => { window.remixFileSystem.stat('.workspaces').then((dir) => {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save