[ci] yarn format
This commit is contained in:
parent
69d5b70900
commit
0a112e1f56
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ async function compile(config: AstroConfig, filename: string, source: string, vi
|
|||
map = result.map.toString();
|
||||
}
|
||||
}
|
||||
const code = prefix += result.code;
|
||||
const code = (prefix += result.code);
|
||||
return { code, map };
|
||||
} catch (err) {
|
||||
// save error to throw in plugin context
|
||||
|
|
Loading…
Add table
Reference in a new issue