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 77a9939 commit 7e52cfaCopy full SHA for 7e52cfa
LT-ScriptExport.ps1
@@ -436,7 +436,7 @@ Function Get-LTData {
436
}
437
438
Catch {
439
- Log-Error -FullLogPath $FullLogPath -ErrorDesc "Unable to run query : $query `n$Error[0]" -ExitGracefully $True
+ Log-Error -FullLogPath $FullLogPath -ErrorDesc "Unable to run query : $query" -ExitGracefully $False
440
441
442
0 commit comments