summaryrefslogtreecommitdiff
path: root/appl
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2009-07-18 23:02:08 +0100
committerforsyth <forsyth@vitanuova.com>2009-07-18 23:02:08 +0100
commit88388bd46774cb3b4dfaaa02473a85d36d9d76dc (patch)
treeda4abf2d2957bb12c568656e41148a45fa447869 /appl
parent809f8a1e652cf5834a4d4ea89debb819457b2faa (diff)
20070918
Diffstat (limited to 'appl')
-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;
}