We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18b82 commit 0d2efdaCopy full SHA for 0d2efda
resources/assets/component.js
@@ -54,7 +54,7 @@ function _componentRequest(url, method = "GET", data = {}, callback = function (
54
}
55
};
56
xhr.onerror = function (e) {
57
- console.log(e);
+ console.error(e);
58
59
60
0 commit comments