@ -126,7 +126,9 @@ class CompileTab extends CompilerApiMixin(ViewPlugin) { // implements ICompilerA
})
try {
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 () {