throw UnmatchedBracketSignal from (load). Close #190

This commit is contained in:
2023-05-05 18:48:37 -06:00
parent 7bd39662f2
commit 4e1f07f3d7

View File

@@ -588,6 +588,8 @@ class Kiss {
#end
Kiss.measure(mac, ()->macros[mac](exp, args.copy(), k), true);
#if !macrotest
} catch (err:UnmatchedBracketSignal) {
throw err;
} catch (error:KissError) {
throw error;
} catch (error:Dynamic) {