Skip to content

Commit 438b651

Browse files
committed
Update debug info.
1 parent e48343c commit 438b651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var action = (function () {
6464
function add(actionSet) {
6565
if (!$.isPlainObject(actionSet)) {
6666
/** DEBUG_INFO_START **/
67-
console.warn('[Action] Param must be a plain object.')
67+
console.error('[Action] Param must be a plain object.')
6868
/** DEBUG_INFO_END **/
6969

7070
return

0 commit comments

Comments
 (0)