You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code vim.loop.random(7) in the above possibly generates a directory name that is treated as invalid by the OS.
For example: luarocks-<a1><ec>^O<98>^^{<f8>.
Therefore, I suggest changing that line to the following:
rocks.nvim/installer.lua
Line 157 in 33d8521
The code
vim.loop.random(7)
in the above possibly generates a directory name that is treated as invalid by the OS.For example:
luarocks-<a1><ec>^O<98>^^{<f8>
.Therefore, I suggest changing that line to the following:
The text was updated successfully, but these errors were encountered: