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

Commit 2b0832c

Browse files
committed
[[ LCS Extensions ]] Check correct remove source arg before protectStack
1 parent c2c7766 commit 2b0832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/package_extension.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on doPackage
66
local tArgs
77
put the commandArguments into tArgs
88

9-
if tArgs[11] is true and not (tArgs[8] ends with ".lcb") then
9+
if tArgs[10] is true and not (tArgs[8] ends with ".lcb") then
1010
protectStack the commandName, tArgs[2], tArgs[7], tArgs[8], tArgs[3], tArgs[4]
1111
end if
1212

0 commit comments

Comments
 (0)