summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-05-16 07:06:13 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-05-16 07:06:13 +0000
commitbe46eb0b50d7c5f93ee6590ad99fc823608013c4 (patch)
treec6ee5b81a774cb9faaaff3b0e6dc12ad225576b0 /tests
parent5c384cab27113e74c998811d85f65700c0827060 (diff)
Flush before iota server action
Diffstat (limited to 'tests')
-rw-r--r--tests/demo.apl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/demo.apl b/tests/demo.apl
index 99ef783..00d2fbf 100644
--- a/tests/demo.apl
+++ b/tests/demo.apl
@@ -37,6 +37,7 @@ iota←{
12::'Sorry, the iota server was too slow to respond'
⍝ Sending messages to a nonexisting thread throws a domain error (11)
⍝ And if a timeout happens, an error 12 will happen.
+ _←flush ''
_←(⎕self ⍵)⍈id
1⍨⍇⍺
}