mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Functional Fix for Inject node
addresses Issue #209 Interval is now wholly timeout based. Now works on Sundays
This commit is contained in:
@@ -53,7 +53,7 @@ function InjectNode(n) {
|
||||
}
|
||||
|
||||
if (this.once) {
|
||||
setTimeout( function(){ node.emit("input",{}); }, 50);
|
||||
setTimeout( function(){ node.emit("input",{}); }, 100);
|
||||
}
|
||||
|
||||
this.on("input",function(msg) {
|
||||
|
||||
Reference in New Issue
Block a user