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

Commit 0a6454f

Browse files
Merge pull request #1910 from livecode/fix_ide_repo
[[ Bug 20951 ]] Fix IDE files
2 parents eebdc28 + b202e98 commit 0a6454f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Toolset/home.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on relaunch
4040

4141
-- Pass the relaunch request through a hook
4242
local tParameters
43-
repeat with x = 1 to the paramCount()
43+
repeat with x = 1 to the paramCount
4444
put param(x) into tParameters[x]
4545
end repeat
4646
dispatch command "revHookLaunchInstance" to me with tParameters
@@ -54,7 +54,7 @@ on relaunch
5454
end if
5555

5656
-- The hook did nothing, so do our default processing
57-
repeat with x = 1 to the paramcount()
57+
repeat with x = 1 to the paramcount
5858
local tStackFile
5959
put param(x) into tStackFile
6060
if there is a file tStackFile then -- open it

0 commit comments

Comments
 (0)