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 18b56a2 commit ef9b41bCopy full SHA for ef9b41b
test.lua
@@ -2,7 +2,7 @@ package.path = package.path
2
.. ';./test/?.lua'
3
.. ';./test/?/init.lua'
4
local fs = require 'bee.filesystem'
5
-local rootPath = fs.exe_path():parent_path():parent_path():string()
+local rootPath = fs.exe_path():parent_path():parent_path():parent_path():string()
6
ROOT = fs.path(rootPath)
7
TEST = true
8
DEVELOP = true
0 commit comments