mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)
This commit is contained in:
@@ -38,9 +38,9 @@ module.exports = function(RED) {
|
||||
ex.stdout.on('data', function (data) {
|
||||
line += data.toString();
|
||||
});
|
||||
ex.stderr.on('data', function (data) {
|
||||
//ex.stderr.on('data', function (data) {
|
||||
//console.log('[ping] stderr: ' + data);
|
||||
});
|
||||
//});
|
||||
ex.on('close', function (code) {
|
||||
var m = regex.exec(line)||"";
|
||||
if (m !== '') {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-ping",
|
||||
"version" : "0.0.4",
|
||||
"version" : "0.0.5",
|
||||
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
Reference in New Issue
Block a user