|
|
@ -45,7 +45,7 @@ function Compiler (editor, handleGithubCall, outputField, hidingRHP, updateFiles |
|
|
|
editor.setCacheFileContent(input); |
|
|
|
editor.setCacheFileContent(input); |
|
|
|
|
|
|
|
|
|
|
|
var files = {}; |
|
|
|
var files = {}; |
|
|
|
files[editor.getCacheFile()] = input; |
|
|
|
files[utils.fileNameFromKey(editor.getCacheFile())] = input; |
|
|
|
gatherImports(files, missingInputs, function (input, error) { |
|
|
|
gatherImports(files, missingInputs, function (input, error) { |
|
|
|
outputField.empty(); |
|
|
|
outputField.empty(); |
|
|
|
if (input === null) { |
|
|
|
if (input === null) { |
|
|
|