neovim/runtime/lua/provider
Ivan Georgiev 603f3b36a4
fix(checkhealth): error in node.js check #28348
Problem:
:checkhealth node.js check fails:

    ERROR Failed to run healthcheck for "provider.node" plugin ...
    node/health.lua:98: attempt to call local 'message' (a string value)

`message` is called as a function, when it is actually a string.

Solution:
Pass `message` to `warn()` as an argument.

Fix #28346
2024-04-15 09:23:22 -07:00
..
clipboard refactor: remove fn_bool 2024-04-06 16:42:26 +02:00
node fix(checkhealth): error in node.js check #28348 2024-04-15 09:23:22 -07:00
perl refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
python refactor: remove fn_bool 2024-04-06 16:42:26 +02:00
ruby refactor: remove fn_bool 2024-04-06 16:42:26 +02:00