Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Jan 8, 2024
1 parent 3d575fc commit 3960b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ JeedomPlatform.prototype.addAccessories = function() {
});
} else {
that.log('error','Pièce > '+model.objects);
throw new Error('Liste des pièces vide ou invalide, vérifiez que vous avez bien coché au moins une pièce à envoyer à homebridge !');
throw new Error("Liste des pièces vide ou invalide, vérifiez que vous avez bien coché au moins une pièce à envoyer à homebridge !");
}

that.log('Enumération des scénarios Jeedom...');
Expand Down

0 comments on commit 3960b34

Please sign in to comment.