Skip to content

Commit

Permalink
Fix log message in case of new sim detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Sep 22, 2023
1 parent ee5d5a4 commit 5cccb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcu_plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ module.exports = function(RED) {
RED.log.info("Please raise an issue @ our GitHub repository, stating the following information:");
opener = false;
}
RED.log.info("> New simulator:", id);
RED.log.info(`> New simulator: ${id}`);
} else {
sims_verified.splice(sims_verified.indexOf(id), 1);
platforms.push({value: id, label: simulator_identifiers[id]})
Expand Down

0 comments on commit 5cccb58

Please sign in to comment.