Revert "use event.message when no event.error in HMR during event"

This reverts commit 438aaf9e95.
This commit is contained in:
Alistair Smith
2025-12-05 11:16:52 -08:00
parent 438aaf9e95
commit b4c8379447
2 changed files with 2 additions and 11 deletions

View File

@@ -615,6 +615,7 @@ const NativeStackFrame = ({
<div
title={StackFrameScope[scope]}
className="BunError-StackFrame-identifier"
// @ts-expect-error Custom CSS variables are not known by TypeScript
style={{ "--max-length": `${maxLength}ch` }}
>
{getNativeStackFrameIdentifier(frame)}