mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-04 22:50:05 +02:00
Improve output of list-workdir.ps1
This commit is contained in:
@ -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])"
|
||||
|
Reference in New Issue
Block a user