Software /
code /
prosody
Diff
core/storagemanager.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 | 7999:980606856882 |
child | 8654:425de10efde4 |
line wrap: on
line diff
--- a/core/storagemanager.lua Wed Feb 28 18:12:20 2018 +0100 +++ b/core/storagemanager.lua Wed Feb 28 20:06:26 2018 +0100 @@ -12,6 +12,7 @@ local prosody = prosody; local _ENV = nil; +-- luacheck: std none local olddm = {}; -- maintain old datamanager, for backwards compatibility for k,v in pairs(datamanager) do olddm[k] = v; end