mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Rawserial node - change advis/ce to info.
This commit is contained in:
parent
b164820c8a
commit
517f6346f9
@ -21,8 +21,8 @@ var fs = require('fs');
|
|||||||
var plat = require('os').platform();
|
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…
Reference in New Issue
Block a user