mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:20:04 +08:00
Add log for bootstrap
This commit is contained in:
parent
8d04835e8f
commit
122e4922bb
@ -106,6 +106,8 @@ function! SpaceVim#custom#apply(config, type) abort
|
||||
call call(bootstrap_before, [])
|
||||
catch
|
||||
call SpaceVim#logger#error('failed to call bootstrap_before function: ' . bootstrap_before)
|
||||
call SpaceVim#logger#error(' exception: ' . v:exception)
|
||||
call SpaceVim#logger#error(' throwpoint: ' . v:throwpoint)
|
||||
endtry
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user