mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: if it errors its done, dont spinlock
This commit is contained in:
parent
0a28a4d479
commit
3287111131
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ local function register_controller_handler(target, controller, handler, delay)
|
|||
end
|
||||
end)
|
||||
else
|
||||
print("error receiving: deadlocked?")
|
||||
print("error receiving: " .. tostring(event))
|
||||
break
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue