Commit e2341d4c authored by yann300's avatar yann300

linting

parent afc6ee30
...@@ -182,7 +182,7 @@ module.exports = class Filepanel extends ViewPlugin { ...@@ -182,7 +182,7 @@ module.exports = class Filepanel extends ViewPlugin {
path = data.cleanUrl path = data.cleanUrl
content = data.content content = data.content
await this._deps.fileProviders.workspace.set(path, content) await this._deps.fileProviders.workspace.set(path, content)
} }
this.initialWorkspace = 'code-sample' this.initialWorkspace = 'code-sample'
await this._deps.fileManager.openFile(path) await this._deps.fileManager.openFile(path)
} catch (e) { } catch (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment