Commit b571e2ca authored by bunsenstraat's avatar bunsenstraat Committed by Aniket

Update compile-tab.js

parent 711b3c6b
......@@ -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
}
}
......
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