Skip to content

Commit 0d2efda

Browse files
committed
1.8
1 parent 7b18b82 commit 0d2efda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function _componentRequest(url, method = "GET", data = {}, callback = function (
5454
}
5555
};
5656
xhr.onerror = function (e) {
57-
console.log(e);
57+
console.error(e);
5858
};
5959
}
6060

0 commit comments

Comments
 (0)