summaryrefslogtreecommitdiff
path: root/platform.lua
diff options
context:
space:
mode:
Diffstat (limited to 'platform.lua')
-rw-r--r--platform.lua2
1 files changed, 1 insertions, 1 deletions
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'