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