diff options
| author | Drahflow <drahflow@gmx.de> | 2015-07-13 12:58:40 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-07-13 12:58:40 +0200 |
| commit | a2a4a2df2058529f9314898f6e207d9681e7552a (patch) | |
| tree | a951096617edc88636ef5e5bbc6b8a030680f53c /elymas/lib | |
| parent | 70fcc95f48fdeb3caf5f4b31c3f6cc77306d50d7 (diff) | |
Don't overwrite fallback error handler with parent
Diffstat (limited to 'elymas/lib')
| -rw-r--r-- | elymas/lib/err.ey | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elymas/lib/err.ey b/elymas/lib/err.ey index 9c0f32d..c43709e 100644 --- a/elymas/lib/err.ey +++ b/elymas/lib/err.ey @@ -22,9 +22,9 @@ } "???" { < > -01 ??? } "??" - { { currentHandler applyHandler } currentHandler "" . theHandler sys .dyn .with } "??!" - { { origWhat currentHandler applyHandler } currentHandler "" . theHandler sys .dyn .with } "??!'" - { currentHandler < "" -11032 =* == >' theHandler sys .dyn .with } "?!" + { { currentHandler applyHandler } currentHandler " " . theHandler sys .dyn .with } "??!" + { { origWhat currentHandler applyHandler } currentHandler " " . theHandler sys .dyn .with } "??!'" + { currentHandler < " " -11032 =* == >' theHandler sys .dyn .with } "?!" { ==what =*onErrorStrategy ==main 0 ==i { main { i onErrorStrategy =main i 1 add =i try } what ?! } _ =*try * |
