pull/1649/head
filip mertens 3 years ago
parent 8760fdb94c
commit b0d5671ec9
  1. 4
      apps/remix-ide/src/app/tabs/compile-tab.js
  2. 41663
      package-lock.json

@ -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 (e) {}
}
getCompilerParameters () {

41663
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save