0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Arsh 2023-12-20 21:15:00 +00:00 committed by astrobot-houston
parent dfef925e1f
commit f9c4bbf200

View file

@ -41,7 +41,7 @@ export class AstroError extends Error {
constructor(props: ErrorProperties, options?: ErrorOptions) {
const { name, title, message, stack, location, hint, frame } = props;
super(message, options);
this.title = title;
this.name = name;