eta icon indicating copy to clipboard operation
eta copied to clipboard

Add error.cause to RuntimeErr

Open Munter opened this issue 5 months ago • 0 comments

Adding error.cause can help developers locate the origins of an exception if it is happening in their own code that is called by the template at runtime. Now this stack is available.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause

Munter avatar May 27 '25 08:05 Munter