1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:40:05 +08:00

Add log for bootstrap

This commit is contained in:
Shidong Wang 2018-12-08 20:22:34 +08:00
parent 8d04835e8f
commit 122e4922bb

View File

@ -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