$ errors.fyi/vim/E730 74 namespaces · 3,092 codes
vim · vim/E730
E730

using List as a String

A List was used where a String value was expected, such as in string concatenation. Convert the List to a string with string() or join() before the operation.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT