diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-05-16 07:06:13 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-05-16 07:06:13 +0000 |
commit | be46eb0b50d7c5f93ee6590ad99fc823608013c4 (patch) | |
tree | c6ee5b81a774cb9faaaff3b0e6dc12ad225576b0 /tests | |
parent | 5c384cab27113e74c998811d85f65700c0827060 (diff) |
Flush before iota server action
Diffstat (limited to 'tests')
-rw-r--r-- | tests/demo.apl | 1 |
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⍨⍇⍺ } |