Skip to content

Commit

Permalink
clarify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ontje committed Mar 27, 2022
1 parent 7309ca3 commit e185fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = function(RED) {
"payload": msg[prop]
};
} else {
node.warn("Property not set correctly Msg does not have " + prop);
node.warn("Property not set correctly! Input Message does not have property: " + prop);
stopMsg = {
"payload": prop
};
Expand Down

0 comments on commit e185fa3

Please sign in to comment.