Skip to content

Commit 7e52cfa

Browse files
Export Script
Change to query logging.
1 parent 77a9939 commit 7e52cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LT-ScriptExport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Function Get-LTData {
436436
}
437437

438438
Catch {
439-
Log-Error -FullLogPath $FullLogPath -ErrorDesc "Unable to run query : $query `n$Error[0]" -ExitGracefully $True
439+
Log-Error -FullLogPath $FullLogPath -ErrorDesc "Unable to run query : $query" -ExitGracefully $False
440440
}
441441
}
442442

0 commit comments

Comments
 (0)