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:
@@ -129,7 +129,7 @@ module.exports = function(RED) {
|
||||
|
||||
if (typeof(err.name) === 'undefined' || err.name !== 'ReferenceError') {
|
||||
//USB error occurred when BlinkStick was animating
|
||||
node.led.close(function (err) {
|
||||
node.led.close(function () {
|
||||
node.led = undefined;
|
||||
findBlinkStick();
|
||||
});
|
||||
|
Reference in New Issue
Block a user