resolve merge conflict

This commit is contained in:
KevinMarquette
2017-08-05 19:53:22 -07:00
parent 40e2e059df
commit b7c118945d

View File

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