Commit 1c7507d3 authored by yann300's avatar yann300

linting

parent 354b0b14
...@@ -251,10 +251,10 @@ export class LandingPage extends ViewPlugin { ...@@ -251,10 +251,10 @@ export class LandingPage extends ViewPlugin {
} else { } else {
try { try {
fileProviders.workspace.addExternal(type + '/' + cleanUrl, content, url) fileProviders.workspace.addExternal(type + '/' + cleanUrl, content, url)
this.verticalIcons.select('fileExplorers') this.verticalIcons.select('fileExplorers')
} catch (e) { } catch (e) {
modalDialogCustom.alert(e.message) modalDialogCustom.alert(e.message)
} }
} }
} }
) )
......
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