We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48343c commit 438b651Copy full SHA for 438b651
1 file changed
src/action.js
@@ -64,7 +64,7 @@ var action = (function () {
64
function add(actionSet) {
65
if (!$.isPlainObject(actionSet)) {
66
/** DEBUG_INFO_START **/
67
- console.warn('[Action] Param must be a plain object.')
+ console.error('[Action] Param must be a plain object.')
68
/** DEBUG_INFO_END **/
69
70
return
0 commit comments