mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
luacheck ignore
This commit is contained in:
parent
fb1f85a626
commit
14736e414f
@ -2,11 +2,8 @@
|
||||
-- SCADA System Access on a Pocket Computer
|
||||
--
|
||||
|
||||
|
||||
-- luacheck: no undefined
|
||||
---@diagnostic disable-next-line: undefined-global
|
||||
local _is_pocket_env = pocket or periphemu
|
||||
-- luacheck: undefined
|
||||
local _is_pocket_env = pocket or periphemu -- luacheck: ignore pocket
|
||||
|
||||
require("/initenv").init_env()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user