Skip to content

Commit 03517c8

Browse files
committed
Fixed a Bug, that was related to requiring the "bit" package
1 parent 6c5a25a commit 03517c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- This file Provides some utility functions
55

66
local logger = require("logger");
7-
local bit32 = require("bit");
7+
local bit32 = require("prometheus.bit").bit32;
88

99
local function lookupify(tb)
1010
for _, v in ipairs(tb) do

0 commit comments

Comments
 (0)