mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-25 07:30:04 +08:00
7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
Execute ( SpaceVim layer health: ):
|
|
for layer in SpaceVim#layers#list()
|
|
Log 'testing ' . layer . ' layer'
|
|
Assert SpaceVim#layers#{layer}#health(), 'function SpaceVim#layers#' . layer . '#health() return false'
|
|
endfor
|
|
|