cross-var icon indicating copy to clipboard operation
cross-var copied to clipboard

Bugfix for Windows

Open Gaebe opened this issue 7 years ago • 1 comments

If a variable doesn't exist on windows, it would always return the variable name as a string (e.g. $npm_config_build). On Linux/OSX on the other hand an empty string is returned.

I now tried to fix this, by checking if the variable exists and replace the variable on windows with an empty string.

Gaebe avatar Aug 16 '17 07:08 Gaebe

Any thoughts about this PR? Could it be merged?

nightlyop avatar Jan 11 '19 16:01 nightlyop