summaryrefslogtreecommitdiff
path: root/server/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-11-22 13:47:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-11-22 13:47:21 +0800
commit10569576cf9ff1a560a5b93a031eeb55e4d20cfe (patch)
treeb9a1078ed7bc8e68bf126b0babf98bd4c735ca8f /server/main.lua
parent5a012e5f933453095dc1517192688831c9903958 (diff)
downloadlua-language-server-10569576cf9ff1a560a5b93a031eeb55e4d20cfe.zip
改成lua54和bee
Diffstat (limited to 'server/main.lua')
-rw-r--r--server/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.lua b/server/main.lua
index 773fb0a8..a237b2c3 100644
--- a/server/main.lua
+++ b/server/main.lua
@@ -1,4 +1,4 @@
-require 'filesystem'
+local fs = require 'bee.filesystem'
ROOT = fs.current_path()
package.path = (ROOT / 'src' / '?.lua'):string()
.. ';' .. (ROOT / 'src' / '?' / 'init.lua'):string()