errors caught by [catch] shouldn't affect later stacktrace
commite538fd102c39705a9496f7208adb999ff6a7d0fd
authorSteve Bennett <steveb@workware.net.au>
Sat, 21 Dec 2013 00:12:25 +0000 (21 10:12 +1000)
committerSteve Bennett <steveb@workware.net.au>
Sat, 21 Dec 2013 00:16:19 +0000 (21 10:16 +1000)
treede715f52e30b774f41d64aa8149f1f46ea2626a4
parent70b2b8287907253ee28a2411c4bbd33c1808dbff
errors caught by [catch] shouldn't affect later stacktrace

Currently if an error is caught with catch { }, the location
of the error overrides the location of the next error that occurs.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
jim.c