Software /
code /
prosody
File
spec/util_poll_spec.lua @ 11784:f0971a9eba88
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)
Error in util.human.units.format because of B(nil) when the global quota
is unset.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 12 Sep 2021 11:47:22 +0200 |
parent | 9316:4aa522b9e1c4 |
child | 12400:728d1c1dc7db |
line wrap: on
line source
describe("util.poll", function () it("loads", function () require "util.poll" end); end);