Skip to content

Commit 69e6d14

Browse files
committed
fix
1 parent 8464f80 commit 69e6d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
local files = require "files"
21
package.path = package.path
32
.. ';./test/?.lua'
43
.. ';./test/?/init.lua'
@@ -69,6 +68,8 @@ local function testAll()
6968
--test 'other'
7069
end
7170

71+
local files = require "files"
72+
7273
local function main()
7374
require 'utility'.enableCloseFunction()
7475
require 'client' .client 'VSCode'

0 commit comments

Comments
 (0)