mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
In HackStudio's Debugger a custom GlobalObject is used to reflect debugger variables into the JS scope by overriding GlobalObject's get method. However, when throwing a custom error during that lookup it was replaced with the generic "not found" js exception. This patch makes it instead pass along the custom error.
70 KiB
70 KiB