Skip to content

Commit 3616cb0

Browse files
yann300Aniket-Engg
authored andcommitted
Update workspaceFileProvider.js
1 parent 43d3812 commit 3616cb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/remix-ide/src/app/files/workspaceFileProvider.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ class WorkspaceFileProvider extends FileProvider {
1616
if (exist) window.remixFileSystem.unlink(this.workspacesPath + '/code-sample').catch((e) => {
1717
console.log(e)
1818
})
19-
})
19+
}).catch((e) => {
20+
console.log(e)
21+
})
2022
} catch (e) {
2123
// we don't need to log error if this throws an error
2224
}

0 commit comments

Comments
 (0)