Skip to content

Commit dff85e4

Browse files
Script Export
Added limit to exit on error also
1 parent a09fd7d commit dff85e4

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
@@ -293,7 +293,7 @@ Function Log-Error{
293293

294294
#If $ExitGracefully = True then run Log-Finish and exit script
295295
If ($ExitGracefully -eq $True){
296-
Log-Finish -FullLogPath $FullLogPath
296+
Log-Finish -FullLogPath $FullLogPath -Limit 50000
297297
Breaåk
298298
}
299299
}

0 commit comments

Comments
 (0)