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
In Get-PodeWebTemplatePath, if there are some how 2 versions of Pode.Web imported, then there will be two module paths returned causing the function to error.
Once fix could be to using Sort-Object on the version and then Select-Object -First to just get one path. I'm also wondering if there's perhaps a better way of getting the currently being used Pode.Web's module path 🤔
The text was updated successfully, but these errors were encountered:
In
Get-PodeWebTemplatePath
, if there are some how 2 versions of Pode.Web imported, then there will be two module paths returned causing the function to error.Once fix could be to using
Sort-Object
on the version and thenSelect-Object -First
to just get one path. I'm also wondering if there's perhaps a better way of getting the currently being used Pode.Web's module path 🤔The text was updated successfully, but these errors were encountered: