mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
5ab008da8f
commit
7cf5e7523d
1 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,11 @@ function getSettings() {
|
|||
|
||||
function log(message: string) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`%cAstro`, 'background: linear-gradient(66.77deg, #D83333 0%, #F041FF 100%); color: white; padding-inline: 4px; border-radius: 2px; font-family: monospace;', message);
|
||||
console.log(
|
||||
`%cAstro`,
|
||||
'background: linear-gradient(66.77deg, #D83333 0%, #F041FF 100%); color: white; padding-inline: 4px; border-radius: 2px; font-family: monospace;',
|
||||
message
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
|
@ -33,6 +37,6 @@ function getSettings() {
|
|||
return _settings;
|
||||
},
|
||||
updateSetting,
|
||||
log
|
||||
log,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue