resolve merge conflict

This commit is contained in:
KevinMarquette
2017-08-05 19:52:31 -07:00

View File

@@ -25,7 +25,11 @@ class Chronometer
$breakpointParam = @{ $breakpointParam = @{
Script = $file Script = $file
<<<<<<< HEAD
Line = $bpLine Line = $bpLine
=======
Line = $bpLine
>>>>>>> master
Action = { [ScriptProfiler]::RecordExecution( $_) } Action = { [ScriptProfiler]::RecordExecution( $_) }
} }
$this.breakPoint += Set-PSBreakpoint @breakpointParam $this.breakPoint += Set-PSBreakpoint @breakpointParam