You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error(fieldCount+' values in "fields" of "'+preset.name+'" ('+presetID+'). Limit: '+maxFieldsBeforeError+'. Please move lower-priority fields to "moreFields".');
748
747
console.log('');
749
748
process.exit(1);
750
749
}
751
-
elseif(fieldCount>maxFieldsBeforeWarning){
752
-
console.log('Warning: '+fieldCount+' values in "fields" of "'+preset.name+'" ('+presetID+'). Recommended: '+maxFieldsBeforeWarning+' or fewer. Consider moving lower-priority fields to "moreFields".');
0 commit comments