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,4 +1,4 @@
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
try {Import-Module $PSScriptRoot\..\..\ImportExcel.psd1} catch {throw ; return}
$f = ".\testExport.xlsx"
Remove-Item $f -ErrorAction Ignore