File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/remix-ide/src/app/panels Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ module.exports = class Filepanel extends ViewPlugin {
209209 if ( await this . workspaceExists ( workspaceName ) ) throw new Error ( 'workspace already exists' )
210210 const browserProvider = this . _deps . fileProviders . browser
211211 const workspacesPath = this . _deps . fileProviders . workspace . workspacesPath
212- browserProvider . rename ( 'browser/' + workspacesPath + '/' + oldName , 'browser/' + workspacesPath + '/' + workspaceName , true )
212+ browserProvider . rename ( 'browser/' + workspacesPath + '/' + oldName , 'browser/' + workspacesPath + '/' + workspaceName , true )
213213 }
214214
215215 /** these are called by the react component, action is already finished whent it's called */
You can’t perform that action at this time.
0 commit comments