Skip to content

Commit 42c399c

Browse files
fix: _includes/Help caching ( re #331 )
1 parent 5473e15 commit 42c399c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ foreach ($example in $CommandHelp.examples.example) {
214214
$global:ExampleOutputCache[$codeBlock] = @(. $exampleCode)
215215
}
216216
# then run it and capture the output
217-
$exampleOutputs = $script:ExampleOutputCache[$codeBlock]
217+
$exampleOutputs = $global:ExampleOutputCache[$codeBlock]
218218

219219
# Keep track of our example output count
220220
$exampleOutputNumber = 0

0 commit comments

Comments
 (0)