Update compile-tab.js

pull/1175/head^2
bunsenstraat 3 years ago committed by Aniket
parent 8150266842
commit 4abc4d9e84
  1. 4
      apps/remix-ide/src/app/tabs/compile-tab.js

@ -124,7 +124,9 @@ class CompileTab extends CompilerApiMixin(ViewPlugin) { // implements ICompilerA
path: [],
pattern: []
})
this.currentFile = await this.call('fileManager', 'file')
try {
this.currentFile = await this.call('fileManager', 'file')
} catch (error) {}
}
getCompilerParameters () {

Loading…
Cancel
Save