diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-09-29 16:38:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-09-29 16:38:23 +0800 |
commit | 7a89ca71b0d0d6bb8901b59c8f35d14935c3e160 (patch) | |
tree | d5801e13d9df3e6a83e0461b745f9bf059e6bf15 /test-beta/full/example.lua | |
parent | bfaac3b788628dfbd0faa27cafc8973bccab4d10 (diff) | |
download | lua-language-server-7a89ca71b0d0d6bb8901b59c8f35d14935c3e160.zip |
修复测试
Diffstat (limited to 'test-beta/full/example.lua')
-rw-r--r-- | test-beta/full/example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-beta/full/example.lua b/test-beta/full/example.lua index 86b34776..4abfe1b9 100644 --- a/test-beta/full/example.lua +++ b/test-beta/full/example.lua @@ -6,7 +6,7 @@ local config = require 'config' -- 临时 local function testIfExit(path) - config.config.workspace.maxPreload = 1000000000 + config.config.workspace.preloadFileSize = 1000000000 local buf = util.loadFile(path:string()) if buf then local vm |