Skip to content

Commit

Permalink
bad copy past... try again :/
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Apr 7, 2024
1 parent dbf2f67 commit 8e20d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = NodeHelper.create({
},

initialize (config) {
console.log("[METEOFRANCE] EXT-Alert Version:", require("./package.json").version, "rev:", require("./package.json").rev);
console.log("[METEOFRANCE] MMM-MeteoFrance Version:", require("./package.json").version, "rev:", require("./package.json").rev);
this.config = config;
if (this.config.debug) log = (...args) => { console.log("[METEOFRANCE]", ...args); };
if (typeof this.config.place === "object" && this.config.place.length) {
Expand Down

0 comments on commit 8e20d99

Please sign in to comment.