mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +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.
13 KiB
13 KiB