mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove extra logging from exec , add sun icon
This commit is contained in:
parent
e775346946
commit
c4f30a6111
@ -55,7 +55,6 @@ function ExecNode(n) {
|
|||||||
|
|
||||||
else {
|
else {
|
||||||
var cl = node.cmd+" "+msg.payload+" "+node.append;
|
var cl = node.cmd+" "+msg.payload+" "+node.append;
|
||||||
node.log(cl);
|
|
||||||
var child = exec(cl, function (error, stdout, stderr) {
|
var child = exec(cl, function (error, stdout, stderr) {
|
||||||
msg.payload = stdout;
|
msg.payload = stdout;
|
||||||
var msg2 = {payload:stderr};
|
var msg2 = {payload:stderr};
|
||||||
|
BIN
public/icons/sun.png
Normal file
BIN
public/icons/sun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 383 B |
Loading…
Reference in New Issue
Block a user