commit bb1684a11957c2386c94d7465fc74c2fc8bcc1e5 parent e93f9cbdebfd00ae2fb51bafaaa80e0253445bac Author: lash <dev@holbrook.no> Date: Tue, 27 Aug 2024 22:06:13 +0100 Add default error Diffstat:
A | examples/http/_catch | | | 1 | + |
A | examples/http/_catch.vis | | | 2 | ++ |
M | examples/http/second.vis | | | 1 | - |
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/examples/http/_catch b/examples/http/_catch @@ -0,0 +1 @@ +an error occurred, please try again diff --git a/examples/http/_catch.vis b/examples/http/_catch.vis @@ -0,0 +1,2 @@ +HALT +MOVE ^ diff --git a/examples/http/second.vis b/examples/http/second.vis @@ -3,4 +3,3 @@ MAP echo MOUT quit 0 HALT INCMP third 0 -INCMP end *