mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
fix typo
This commit is contained in:
parent
13d17d241e
commit
eda1f1d1c2
@ -47,7 +47,7 @@ export const createSpinner = function ({ minimal = false }) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
start: logger('START'),
|
start: logger('START'),
|
||||||
failed: logger('FAIL'),
|
fail: logger('FAIL'),
|
||||||
succeed: logger('SUCCESS'),
|
succeed: logger('SUCCESS'),
|
||||||
info: logger('INFO')
|
info: logger('INFO')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user