Found error in node_helper.js
Closed this issue · 1 comments
JamesEnsor commented
Thank you for your work. I think I found something. Now it works for me. Replace o with 0.
}
if (self.config.supportCEC)
exec("echo 'on **0**' | cec-client -s -d 1");
});
needs to be a "0".
eric-h-st commented
Thank you, @JamesEnsor . Fixed!