Skip to content

Commit

Permalink
#38: turn "nothing to fix" from an error into a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 2, 2023
1 parent 2b73379 commit 86877f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ class Mcdev {
const metadataMap = Object.values(retrieved)[0][0];
const keysForDeploy = MetadataTypeInfo[type].getKeysForFixing(metadataMap);
if (keysForDeploy.length < 1) {
Util.logger.error(
Util.logger.warn(
`No items found with a key-name mismatch that match your criteria.\n`
);
return resultArr;
Expand Down

0 comments on commit 86877f0

Please sign in to comment.