mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
net.websocket.frames: Link to documentation when bitop is missing
This commit is contained in:
parent
fc34f3fdbf
commit
5d941b553a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ local log = require "util.logger".init "websocket.frames";
|
|||
local random_bytes = require "util.random".bytes;
|
||||
|
||||
local bit = assert(softreq"bit" or softreq"bit32",
|
||||
"No bit module found. Either LuaJIT 2, lua-bitop or Lua 5.2 is required");
|
||||
"No bit module found. See https://prosody.im/doc/depends#bitop");
|
||||
local band = bit.band;
|
||||
local bor = bit.bor;
|
||||
local bxor = bit.bxor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue