|
|
@ -204,7 +204,7 @@ function run () { |
|
|
|
handleImports.import(url, |
|
|
|
handleImports.import(url, |
|
|
|
(loadingMsg) => { |
|
|
|
(loadingMsg) => { |
|
|
|
$('#output').append($('<div/>').append($('<pre/>').text(loadingMsg))) |
|
|
|
$('#output').append($('<div/>').append($('<pre/>').text(loadingMsg))) |
|
|
|
} |
|
|
|
}, |
|
|
|
(error, content, cleanUrl, type, url) => { |
|
|
|
(error, content, cleanUrl, type, url) => { |
|
|
|
if (!error) { |
|
|
|
if (!error) { |
|
|
|
filesProviders[type].addReadOnly(cleanUrl, content, url) |
|
|
|
filesProviders[type].addReadOnly(cleanUrl, content, url) |
|
|
|