possible luacheck suppression

This commit is contained in:
Mikayla 2024-06-14 16:16:41 +00:00
parent 697a3d6f6b
commit fb1f85a626

View File

@ -2,8 +2,11 @@
-- SCADA System Access on a Pocket Computer -- SCADA System Access on a Pocket Computer
-- --
-- luacheck: no undefined
---@diagnostic disable-next-line: undefined-global ---@diagnostic disable-next-line: undefined-global
local _is_pocket_env = pocket ~= nil or periphemu ~= nil local _is_pocket_env = pocket or periphemu
-- luacheck: undefined
require("/initenv").init_env() require("/initenv").init_env()