We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cacd50 commit c941963Copy full SHA for c941963
1 file changed
lib/core.ps1
@@ -357,7 +357,7 @@ function Get-AbsolutePath {
357
[String]
358
$Path
359
) # should be ~ rooted
360
- $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Path)
+ return $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Path)
361
}
362
function relpath($path) { "$($myinvocation.psscriptroot)\$path" } # relative to calling script
363
function friendly_path($path) {
0 commit comments