mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
bump neopixel package
and geohash package
This commit is contained in:
@@ -69,7 +69,7 @@ module.exports = function(RED) {
|
||||
try {
|
||||
if (ex && ex.pid) { ex.kill("SIGINT"); }
|
||||
}
|
||||
catch(e) {console.warn(e); }
|
||||
catch(e) { console.warn(e); }
|
||||
}, hostOptions.timeout+1000); //add 1s for grace
|
||||
|
||||
var res = false;
|
||||
|
||||
Reference in New Issue
Block a user