Update workspaceFileProvider.js

pull/4460/head
yann300 10 months ago committed by Aniket
parent 43d3812277
commit 3616cb0420
  1. 4
      apps/remix-ide/src/app/files/workspaceFileProvider.js

@ -16,7 +16,9 @@ class WorkspaceFileProvider extends FileProvider {
if (exist) window.remixFileSystem.unlink(this.workspacesPath + '/code-sample').catch((e) => { if (exist) window.remixFileSystem.unlink(this.workspacesPath + '/code-sample').catch((e) => {
console.log(e) console.log(e)
}) })
}) }).catch((e) => {
console.log(e)
})
} catch (e) { } catch (e) {
// we don't need to log error if this throws an error // we don't need to log error if this throws an error
} }

Loading…
Cancel
Save