diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 22:06:20 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-14 22:06:20 -0500 |
commit | 19cffcdc408259491e84532ba9eefd50b5f6a3fd (patch) | |
tree | b0817ee308dae44ece98a8982efd2565caf9a64d | |
parent | 993bfe8f767b6bfce97536a1f3e5cf9c865217e3 (diff) |
forgot to re-add blocker
-rw-r--r-- | examples/jarvis.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/jarvis.js b/examples/jarvis.js index 857943a..aa400e1 100644 --- a/examples/jarvis.js +++ b/examples/jarvis.js @@ -165,4 +165,5 @@ function respond(coord, send){ writes.enqueue(response.towrite().concat(notifRefresh())); read.update(response); setTimeout(() => {limits.splice(limits.indexOf(send))}, 5*1000); + limits.push(send); } |