mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 17:59:51 +00: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.
13 KiB
13 KiB