Skip to content

Commit bae1ed4

Browse files
author
James Brundage
committed
Updating Explicit Transpiler: Returning modified [ScriptBlock] (#102)
1 parent d91750a commit bae1ed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Transpilers/Explicit.psx.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ process {
6868
$astReplacements[$pipeline] = [ScriptBlock]::Create("`$null = $pipeline")
6969
}
7070
}
71-
$astReplacements
71+
72+
Update-PipeScript -ScriptBlock $ScriptBlock -AstReplacement $astReplacements
7273
# @{AstReplacement=$astReplacements}
7374
}

0 commit comments

Comments
 (0)