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