summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-24 23:13:12 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-24 23:13:12 +0200
commitb35a8886e8b8a3d953333c8f5ea32735d489f372 (patch)
treea1eb30b9414e9e4857d8c17a77f1076a7ea493a8 /MLKRoot.m
parent0194a2ea2867c7e04b002f3113eaf870a4313a50 (diff)
LOAD: Reraise caught exceptions.
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 8045f54..d1688ec 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -202,6 +202,7 @@ static id truify (BOOL value)
[MLKDynamicContext popContext];
LRELEASE (ctx);
[input close];
+ [localException raise];
}
NS_ENDHANDLER;