Fix includes hitting max retries locking the script up

This commit is contained in:
Ryan Huffman 2016-11-05 10:15:56 -07:00
parent d108d2fa70
commit 5287ec1eee

View file

@ -222,6 +222,9 @@ void ScriptCache::scriptContentAvailable() {
});
} else {
// Dubious, but retained here because it matches the behavior before fixing the threading
allCallbacks = scriptRequest.scriptUsers;
scriptContent = _scriptCache[url];
finished = true;
qCWarning(scriptengine) << "Error loading script from URL " << url;