2a1863fc
by Francis De Brabandere at 2026-06-12T20:50:18+02:00
vbscript: Keep the offending identifier out of Err.Description.
Native VBScript appends the identifier name only to the error
description passed to the host through IActiveScriptError, while the
Err object exposes the bare error text. Store the identifier separately
from the recorded error and append it when reporting to the host.