We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafe6b0 commit 2c0f192Copy full SHA for 2c0f192
LabTech.psm1
@@ -1788,7 +1788,7 @@ Function Get-LTError{
1788
1789
Process{
1790
if ($(Test-Path -Path "$BasePath\LTErrors.txt") -eq $False) {
1791
- Write-Error "ERROR: Line $(LINENUM): Unable to find log. $($Error[0])"
+ Write-Error "ERROR: Line $(LINENUM): Unable to find log."
1792
return
1793
}
1794
Try{
@@ -2514,7 +2514,7 @@ Function Get-LTProbeErrors{
2514
2515
2516
if ($(Test-Path -Path "$BasePath\LTProbeErrors.txt") -eq $False) {
2517
2518
2519
2520
$errors = Get-Content "$BasePath\LTProbeErrors.txt"
0 commit comments