Update workspaceFileProvider.js

pull/4460/head
yann300 1 year ago committed by Aniket
parent 36623a514b
commit b34b20449c
  1. 2
      apps/remix-ide/src/app/files/workspaceFileProvider.js

@ -12,7 +12,7 @@ class WorkspaceFileProvider extends FileProvider {
try {
// make sure "code-sample" has been removed
window.remixFileSystem.exist(this.workspacesPath + '/code-sample').then((exist) => {
window.remixFileSystem.exists(this.workspacesPath + '/code-sample').then((exist) => {
if (exist) window.remixFileSystem.unlink(this.workspacesPath + '/code-sample').catch((e) => {
console.log(e)
})

Loading…
Cancel
Save