mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Misc tidy ups of jsHint "issues" for some node-red-nodes
This commit is contained in:
@@ -23,9 +23,9 @@ module.exports = function(RED) {
|
||||
var pre = "\\\\.\\";
|
||||
|
||||
if (!plat.match(/^win/)) {
|
||||
pre = "";
|
||||
throw "Info : only needed for Windows boxes without serialport npm module installed.";
|
||||
//util.log("[26-rawserial.js] Info : only really needed for Windows boxes without serialport npm module installed.");
|
||||
pre = "";
|
||||
}
|
||||
|
||||
function RawSerialInNode(n) {
|
||||
|
Reference in New Issue
Block a user