Skip to content

Commit 49bfc34

Browse files
StartAutomatingStartAutomating
authored andcommitted
Disabling Aspect Consolidation
1 parent 012e3fb commit 49bfc34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Transpilers/Core/PipeScript.Aspect.psx.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ $AspectCommandAst
3939
)
4040

4141
process {
42-
43-
44-
$aspectName = "Aspect?$(@($AspectCommandAst.CommandElements)[0])"
42+
$aspectName = "Aspect?$(@($AspectCommandAst.CommandElements)[0])"
4543
$aspectCommands = @($ExecutionContext.SessionState.InvokeCommand.GetCommands($aspectName, 'Function,Alias', $true))
4644

4745
if (-not $aspectCommands) { return }

0 commit comments

Comments
 (0)