Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f9dc2e6

Browse files
committed
[[ Bug ]] Fix issues in descriptify script
This patch removes the go stack whe loading the input stack as it is both unnecessary and can cause errors if the input stack has dependencies that aren't in the stackfiles. It also fixes an explicitVariables issue.
1 parent 3461154 commit f9dc2e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

util/descriptify_stack.livecodescript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ on descriptifyStack
1313

1414
local tInputStackName
1515
try
16-
go stack tInputStack
1716
put the short name of stack tInputStack into tInputStackName
1817
catch tError
1918
write "Error: could not open source environment stack:" && tError & return to stderr
2019
quit 1
2120
end try
2221

23-
local tArg, tStack, tStackName
22+
local tArg, tStack, tName
2423
repeat with tArg = 2 to $#
2524
do "put $" & tArg && "into tStack"
2625

0 commit comments

Comments
 (0)