When running the command :Nmlogs you receive the following error
E5108: Error executing lua [string ":lua"]:1: attempt to call field 'dump_info' (a nil value)
stack traceback:
[string ":lua"]:1: in main chunk
Note, this is on v1.1 only (main will still work). This is almost certainly due to a bit of work that was done on the netman utils file, as the function it is calling out to (dump_info) no longer exists there. I will have to update Nmlogs to work with some of the new API architecture, as well as maybe stop breaking stuff in the future 🙃
When running the command
:Nmlogs
you receive the following errorNote, this is on v1.1 only (main will still work). This is almost certainly due to a bit of work that was done on the netman utils file, as the function it is calling out to (
dump_info
) no longer exists there. I will have to update Nmlogs to work with some of the new API architecture, as well as maybe stop breaking stuff in the future 🙃