Commit ce517fa2 authored by Boris Kocherov's avatar Boris Kocherov

improve error handling

parent 1498d848
......@@ -45,6 +45,7 @@ define([
return loadScript(url);
}).push(undefined, function (error) {
console.log(error);
throw error;
});
return queue;
});
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