[ci] yarn format

This commit is contained in:
matthewp 2022-01-28 22:11:55 +00:00 committed by GitHub Actions
parent 69d5b70900
commit 0a112e1f56

View file

@ -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