From 03b947302aaed58d2c0abf90feac45a7a51d3385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 28 Nov 2019 09:55:39 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform.lua') diff --git a/platform.lua b/platform.lua index 729b8e3e..5a4751b7 100644 --- a/platform.lua +++ b/platform.lua @@ -13,7 +13,7 @@ local exeDir = exePath:gsub('[^/\\]-$', '') local dll = exePath:sub(-4) == '.exe' and '.dll' or '.so' package.cpath = exeDir .. '?' .. dll if not package.loadlib(exeDir..'bee'..dll, 'luaopen_bee_platform') then - error([[It doesn't seem to support your OS, please let me know at https://github.com/sumneko/lua-language-server/issues]]) + error([[It doesn't seem to support your OS, please build it in your OS, see https://github.com/sumneko/vscode-lua/wiki/Build]]) end local fs = require 'bee.filesystem' -- cgit v1.2.3