diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 1a23ff02..9f33a478 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -557,6 +557,8 @@ TODOS s.src = curConfig.extPath + extname; document.querySelector('head').appendChild(s); } + }).fail(function(jqxhr, settings, exception){ + console.log(exception); }); });