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

Commit ad42c9c

Browse files
Merge pull request #1836 from montegoulding/fixide
[[ Bug ]] A couple of patches to recently introduced IDE issues
2 parents d951776 + e2eb46f commit ad42c9c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Toolset/libraries/revcommonlibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ function revAbsoluteFolderListing pDirectory
15821582

15831583
local tOutput
15841584
repeat for each line tFile in tFiles
1585-
put the directory & slash & tFile & return after tOutput
1585+
put pDirectory & slash & tFile & return after tOutput
15861586
end repeat
15871587
delete last char of tOutput
15881588

Toolset/libraries/revinitialisationlibrary.livecodescript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ command revInternal__LoadIfLibrary pLibrary
6565
// TODO: Remove legacy message name
6666
else if tAvailable contains "revLoadLibrary" then
6767
put "revLoadLibrary" into tMsg
68+
else
69+
throw "not a library"
6870
end if
6971
send tMsg to stack pLibrary
7072
local tStackName

0 commit comments

Comments
 (0)