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

WScript.LoadScriptFile search relative to the script location #269

Closed
Cellule opened this issue Feb 4, 2016 · 1 comment
Closed

WScript.LoadScriptFile search relative to the script location #269

Cellule opened this issue Feb 4, 2016 · 1 comment
Milestone

Comments

@Cellule
Copy link
Contributor

Cellule commented Feb 4, 2016

Right now, WScript.LoadScriptFile will search relative to the current working directory.
After the discussion in #244, I believe this was an oversight and this makes running test files without rl more difficult than it should be.
Unless someone as a valid use case to use current working directory, we should change it to use the current script's location.

@agarwal-sandeep
Copy link
Collaborator

@Cellule 3c743fd implemented this.

//cc @kfarnung @dilijev

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

No branches or pull requests

4 participants