Improve output of list-workdir.ps1

This commit is contained in:
Markus Fleschutz
2021-04-20 08:39:57 +02:00
parent 5807a52423
commit 02bea3708f

View File

@ -7,9 +7,8 @@
#> #>
try { try {
$CWD = resolve-path "$PWD/" $CWD = resolve-path "$PWD"
"📂 $CWD" "📂$CWD"
""
exit 0 exit 0
} catch { } catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"