pull/3094/head
yann300 6 years ago
parent 52f7847f5a
commit 22fec5ece7
  1. 2
      src/app/tabs/compile-tab.js

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

Loading…
Cancel
Save