Update compile-tab.js

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

@ -126,7 +126,9 @@ class CompileTab extends CompilerApiMixin(ViewPlugin) { // implements ICompilerA
}) })
try { try {
this.currentFile = await this.call('fileManager', 'file') this.currentFile = await this.call('fileManager', 'file')
} catch (error) {} } catch (error) {
if (error.message !== 'Error: No such file or directory No file selected') throw new Error(error.message)
}
} }
getCompilerParameters () { getCompilerParameters () {

Loading…
Cancel
Save