|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|