Software /
code /
prosody
Comparison
util/watchdog.lua @ 12975:d10957394a3c
util: Prefix module imports with prosody namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Mar 2023 16:23:16 +0100 |
parent | 12547:e79c64b2dfed |
comparison
equal
deleted
inserted
replaced
12974:ba409c67353b | 12975:d10957394a3c |
---|---|
1 local timer = require "util.timer"; | 1 local timer = require "prosody.util.timer"; |
2 local setmetatable = setmetatable; | 2 local setmetatable = setmetatable; |
3 | 3 |
4 local _ENV = nil; | 4 local _ENV = nil; |
5 -- luacheck: std none | 5 -- luacheck: std none |
6 | 6 |