mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2025-07-25 11:02:25 +00:00
possible luacheck suppression
This commit is contained in:
@ -2,8 +2,11 @@
|
||||
-- SCADA System Access on a Pocket Computer
|
||||
--
|
||||
|
||||
|
||||
-- luacheck: no undefined
|
||||
---@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()
|
||||
|
||||
|
Reference in New Issue
Block a user