aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/jarvis.js1
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);
}