[ci] yarn format
This commit is contained in:
parent
3db2334ea8
commit
9b9d935840
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
|
|||
a GitHub issue using the link below:
|
||||
${err.url}`;
|
||||
|
||||
if(logging.level !== 'debug') {
|
||||
if (logging.level !== 'debug') {
|
||||
// TODO: remove stack replacement when compiler throws better errors
|
||||
err.stack = ` at ${id}`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue