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

Fix environment.package #1

Merged
merged 2 commits into from
Apr 12, 2023
Merged

Fix environment.package #1

merged 2 commits into from
Apr 12, 2023

Conversation

TankNut
Copy link
Contributor

@TankNut TankNut commented Apr 12, 2023

package.environment.package was returning an empty table because it was copying from the wrong place, this fixes that.

package.path is also moved up so it can be included in the copy since it wasn't before.

copy runs on the spot and won't copy package.path over if it's defined afterwards
@wauterboi wauterboi merged commit 6269f2e into wauterboi:master Apr 12, 2023
@wauterboi
Copy link
Owner

Thanks for catching this!

@TankNut TankNut deleted the fix-package-environment branch April 12, 2023 22:44
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

Successfully merging this pull request may close these issues.

2 participants