You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line below returns a path like \\server\path\to\file while the prompt function uses $pwd which returns Microsoft.PowerShell.Core\FileSystem::\\server\path\to\file
Not sure how to handle. One one hand the below code could Resolve-Path or maybe append depending on powershell or pwsh environment. On the other, I worry about the Add-ZWeight overwriting previous weights with 0.
Line below returns a path like
\\server\path\to\file
while theprompt
function uses$pwd
which returnsMicrosoft.PowerShell.Core\FileSystem::\\server\path\to\file
ZLocation/ZLocation/ZLocation.psm1
Line 248 in d569d35
Not sure how to handle. One one hand the below code could
Resolve-Path
or maybe append depending onpowershell
orpwsh
environment. On the other, I worry about theAdd-ZWeight
overwriting previous weights with 0.ZLocation/ZLocation/ZLocation.psm1
Lines 266 to 270 in d569d35
P.S. Love the module alot. Would love to see these two pull requests discussed and pushed into a release.
#121
#109
The text was updated successfully, but these errors were encountered: