mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
A reference to the current stack frame becomes invalid after returning, so returning Bytes is pointless. I don't understand why this wasn't discovered earlier, but it caused some CI problems for me, so I fixed it. Don't take this as encouragement to break master! :^)