Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored and astrobot-houston committed Dec 20, 2023
1 parent dfef925 commit f9c4bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/errors/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f9c4bbf

Please sign in to comment.