We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8464f80 commit 69e6d14Copy full SHA for 69e6d14
test.lua
@@ -1,4 +1,3 @@
1
-local files = require "files"
2
package.path = package.path
3
.. ';./test/?.lua'
4
.. ';./test/?/init.lua'
@@ -69,6 +68,8 @@ local function testAll()
69
68
--test 'other'
70
end
71
+local files = require "files"
72
+
73
local function main()
74
require 'utility'.enableCloseFunction()
75
require 'client' .client 'VSCode'
0 commit comments