mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Add some abbreviations
This commit is contained in:
@ -37,7 +37,7 @@ try {
|
||||
}
|
||||
}
|
||||
|
||||
if ($FoundOne -eq $false) { Reply "Sorry, no entry found" }
|
||||
if ($FoundOne -eq $false) { Reply "Sorry, no database entry found." }
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
|
||||
|
Reference in New Issue
Block a user