diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-07-18 23:02:08 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-07-18 23:02:08 +0100 |
| commit | 88388bd46774cb3b4dfaaa02473a85d36d9d76dc (patch) | |
| tree | da4abf2d2957bb12c568656e41148a45fa447869 /appl/cmd/stream.b | |
| parent | 809f8a1e652cf5834a4d4ea89debb819457b2faa (diff) | |
20070918
Diffstat (limited to 'appl/cmd/stream.b')
| -rw-r--r-- | appl/cmd/stream.b | 3 |
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; } |
