Skip to content

BUG: Attempt to Index Upvalues (terminal and cache) #2

@epoll31

Description

@epoll31

The current '/lua/run/init.luafile, there are various places that reference theM.cacheor the locally definedterminal` variables.

This causes the following error: attempt to index upvalue 'terminal' (a nil value).

Image

A simple way to fix this is to directly reference the required modules when necessary instead of referencing a local variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions