mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Improve output of list-workdir.ps1
This commit is contained in:
parent
5807a52423
commit
02bea3708f
@ -7,9 +7,8 @@
|
||||
#>
|
||||
|
||||
try {
|
||||
$CWD = resolve-path "$PWD/"
|
||||
"📂 $CWD"
|
||||
""
|
||||
$CWD = resolve-path "$PWD"
|
||||
"📂$CWD"
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user