mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 08:01:31 +02:00
Change to use speak-english.ps1
This commit is contained in:
@ -23,6 +23,6 @@ try {
|
||||
TryToExec "C:\Programs\Microsoft Office\Office14" "OUTLOOK.EXE"
|
||||
throw "It seems Outlook isn't installed yet."
|
||||
} catch {
|
||||
& "$PSScriptRoot/give-reply.ps1" "Sorry: $($Error[0])"
|
||||
& "$PSScriptRoot/speak-english.ps1" "Sorry: $($Error[0])"
|
||||
exit 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user