pull/1/head
yann300 6 years ago
parent 0d2287c67e
commit 4f386daae0
  1. 2
      src/app/tabs/compile-tab.js

@ -500,7 +500,7 @@ module.exports = class CompileTab {
const self = this
self._components.compilerImport.import(url,
(loadingMsg) => {
addTooltip(loadingMsg)
addTooltip(loadingMsg)
},
(error, content, cleanUrl, type, url) => {
if (!error) {

Loading…
Cancel
Save