summaryrefslogtreecommitdiff
path: root/appl/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd')
-rw-r--r--appl/cmd/stream.b3
1 files changed, 1 insertions, 2 deletions
diff --git a/appl/cmd/stream.b b/appl/cmd/stream.b
index 4dd2cda3..90362cd8 100644
--- a/appl/cmd/stream.b
+++ b/appl/cmd/stream.b
@@ -93,6 +93,5 @@ eopen(name: string, mode: int): ref Sys->FD
fail(s: string)
{
- raise s;
- exit;
+ raise "fail:"+s;
}