Commit befa50c2 authored by chriseth's avatar chriseth

Merge pull request #99 from chriseth/fixWorker

Fix again.
parents 3ac81fc3 656a6a08
......@@ -32,8 +32,8 @@ addEventListener('message', function(e) {
});
break;
case 'compile':
missingInputs.length = 0;
postMessage({cmd: 'compiled', data: compileJSON(data.source, data.optimize)}, missingInputs: missingInputs);
missingInputs.length = 0;
postMessage({cmd: 'compiled', data: compileJSON(data.source, data.optimize), missingInputs: missingInputs});
break;
}
}, false);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment