Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua inspect seems not to search in current working directory #3

Open
sdressler opened this issue Dec 16, 2013 · 0 comments
Open

Lua inspect seems not to search in current working directory #3

sdressler opened this issue Dec 16, 2013 · 0 comments

Comments

@sdressler
Copy link

I have some Lua scripts with relative paths in it:

require "Scripts/Foo/Bar"

class 'BarClass' (FooClass)

...

Usually I cd into the top most directory, e.g. ~/Developer/Foo which contains Scripts as subdirectory, where also Foo/Bar is located. However, when luainspect parses my file, it states, that FooClass is unknown. When I use luainspect from the command line directly it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant