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 = @{
Script = $file
<<<<<<< HEAD
Line = $bpLine
=======
Line = $bpLine
>>>>>>> master
Action = { [ScriptProfiler]::RecordExecution( $_) }
}
$this.breakPoint += Set-PSBreakpoint @breakpointParam