pull/1/head
Denton Liu 9 years ago
parent 3eff4cf886
commit e192ce146b
  1. 2
      src/app/compiler.js

@ -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) {

Loading…
Cancel
Save