Update compile-tab.js

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

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

Loading…
Cancel
Save