PhoenicisOrg / scripts

Phoenicis scripts
GNU Lesser General Public License v3.0
64 stars 49 forks source link

Wine Implementation: "distribution" is not defined #1078

Closed madoar closed 5 years ago

madoar commented 5 years ago

When looking at the issues found by eslint I discovered that the variable distributed in the line:

https://github.com/PhoenicisOrg/scripts/blob/ecd735e3b8530c70e95db10975cc8e8577897109/Engines/Wine/Engine/Implementation/script.js#L394

is not defined, i.e. the condition will always evaluate to false. I guess this is a bug.

ImperatorS79 commented 5 years ago

Yep it is. There was a distribution var before that, but it was inside a if and I did not notice it ^^.

plata commented 5 years ago

@ImperatorS79 can you fix the issue?

ImperatorS79 commented 5 years ago

Fixed by #1079.