mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:50:05 +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, [])
|
call call(bootstrap_before, [])
|
||||||
catch
|
catch
|
||||||
call SpaceVim#logger#error('failed to call bootstrap_before function: ' . bootstrap_before)
|
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
|
endtry
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user