in action/lib/common.js [85:87]
function isNonEmptyArray(obj) { return obj && Array.isArray(obj) && obj.length !== 0; }