fix linting

pull/2851/head
yann300 2 years ago committed by GitHub
parent 1b1dbf6772
commit 4dac9bf3ed
  1. 4
      apps/remix-ide/src/app/editor/editor.js

@ -234,7 +234,9 @@ class Editor extends Plugin {
if (contentDep !== null) { if (contentDep !== null) {
this.emit('addModel', contentDep, 'typescript', pathDep, false) this.emit('addModel', contentDep, 'typescript', pathDep, false)
} }
} catch (e) {} } catch (e) {
console.log(e)
}
} }
} }

Loading…
Cancel
Save