Skip to content

Commit 8fea443

Browse files
author
dceejay
committed
Add error msg to rpi node
1 parent 2a47951 commit 8fea443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodes/core/hardware/36-rpi-gpio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module.exports = function(RED) {
150150
node.status({fill:"green",shape:"dot",text:msg.payload.toString()});
151151
}
152152
else {
153-
node.error("nrpgio python command not running");
153+
node.error("nrpgio python command not running",msg);
154154
node.status({fill:"red",shape:"ring",text:"not running"});
155155
}
156156
}

0 commit comments

Comments
 (0)