mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
dfef925e1f
commit
f9c4bbf200
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue