Software /
code /
prosody
Comparison
util/logger.lua @ 8555:4f0f5b49bb03
vairious: Add annotation when an empty environment is set [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Feb 2018 20:06:26 +0100 |
parent | 8553:32438665dc5e |
child | 8556:5800f0c7afd6 |
comparison
equal
deleted
inserted
replaced
8554:12a68e0d0ecf | 8555:4f0f5b49bb03 |
---|---|
8 -- luacheck: ignore 213/level | 8 -- luacheck: ignore 213/level |
9 | 9 |
10 local pairs = pairs; | 10 local pairs = pairs; |
11 | 11 |
12 local _ENV = nil; | 12 local _ENV = nil; |
13 -- luacheck: std none | |
13 | 14 |
14 local level_sinks = {}; | 15 local level_sinks = {}; |
15 | 16 |
16 local make_logger; | 17 local make_logger; |
17 | 18 |