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