mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Rawserial node - change advis/ce to info.
This commit is contained in:
parent
b164820c8a
commit
517f6346f9
@ -22,7 +22,7 @@ var plat = require('os').platform();
|
|||||||
var pre = "\\\\.\\";
|
var pre = "\\\\.\\";
|
||||||
|
|
||||||
if (!plat.match(/^win/)) {
|
if (!plat.match(/^win/)) {
|
||||||
util.log("[26-rawserial.js] Advise: Only really 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 = "";
|
pre = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user