Remove 72 empty catch blocks and Loadpsd1

This commit is contained in:
jhoneill
2019-11-18 07:50:20 +00:00
parent d3a2edcc5f
commit f27729d2ab
73 changed files with 73 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
param ($fibonacciDigits=10)
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
try {Import-Module $PSScriptRoot\..\..\ImportExcel.psd1} catch {throw ; return}
$file = "fib.xlsx"
Remove-Item "fib.xlsx" -ErrorAction Ignore