We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b2597 commit 210a1a7Copy full SHA for 210a1a7
apps/learneth/src/redux/models/remixide.ts
@@ -19,7 +19,7 @@ export const ensureLearnethWorkspace = async (remixClient) => {
19
return remixClient.call('filePanel', 'switchToWorkspace', { name: learnethWorkspaceName, isLocalHost: false })
20
} catch (err) {
21
console.error('Error ensuring learneth workspace:', err)
22
- }
+ }
23
}
24
25
function getFilePath(file: string): string {
0 commit comments