resolve merge conflict
This commit is contained in:
@@ -25,7 +25,11 @@ class Chronometer
|
||||
|
||||
$breakpointParam = @{
|
||||
Script = $file
|
||||
<<<<<<< HEAD
|
||||
Line = $bpLine
|
||||
=======
|
||||
Line = $bpLine
|
||||
>>>>>>> master
|
||||
Action = { [ScriptProfiler]::RecordExecution( $_) }
|
||||
}
|
||||
$this.breakPoint += Set-PSBreakpoint @breakpointParam
|
||||
|
||||
Reference in New Issue
Block a user