mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
9793f19ecd
commit
66677defea
2 changed files with 11 additions and 11 deletions
|
@ -175,7 +175,7 @@ export async function getViteErrorPayload(err: ErrorWithMetadata): Promise<Astro
|
||||||
},
|
},
|
||||||
plugin,
|
plugin,
|
||||||
stack: err.stack,
|
stack: err.stack,
|
||||||
cause: err.cause
|
cause: err.cause,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue