diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test.lua b/server/test.lua index a944c8f0..d6fd9f48 100644 --- a/server/test.lua +++ b/server/test.lua @@ -7,7 +7,7 @@ package.cpath = rootPath .. 'bin/?.so' .. ';' .. rootPath .. 'bin/?.dll' package.path = rootPath .. 'src/?.lua' .. ';' .. rootPath .. 'src/?/init.lua' - +error '测试' local fs = require 'bee.filesystem' local subprocess = require 'bee.subprocess' ROOT = fs.absolute(fs.path(rootPath)) |