Red Debugowanie węzłów do konsoli

//NODE-RED Show message in debug window

node.warn("msg"); 
node.error("msg");
Reinosoft