Skip to content

Commit da9e6f5

Browse files
committed
fix inputhist error message
1 parent ddbcf76 commit da9e6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-cloud.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ module.exports = function (RED) {
135135
}]
136136
}
137137
);
138+
this.status({});
138139
}
139140
}catch (err) {
140141
console.log(err);

0 commit comments

Comments
 (0)