Skip to content

Commit 8464f80

Browse files
committed
add log
1 parent fbdfcb5 commit 8464f80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
local files = require "files"
12
package.path = package.path
23
.. ';./test/?.lua'
34
.. ';./test/?/init.lua'
@@ -84,6 +85,12 @@ local function main()
8485

8586
ws.awaitReady()
8687

88+
print('Loaded files in', os)
89+
for uri in files.eachFile() do
90+
print(uri)
91+
end
92+
print('===============')
93+
8794
testAll()
8895
end)
8996
end

0 commit comments

Comments
 (0)