mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 13:28:54 +00:00
log: Make logging thread-safe
This commit is contained in:
@@ -177,6 +177,7 @@ void event_teardown(void)
|
||||
/// Needed for unit tests. Must be called after `time_init()`.
|
||||
void early_init(void)
|
||||
{
|
||||
log_init();
|
||||
fs_init();
|
||||
handle_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user