From fb1f85a626c25e553fabf1c66f43c78d2def3f66 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Fri, 14 Jun 2024 16:16:41 +0000 Subject: [PATCH] possible luacheck suppression --- pocket/startup.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pocket/startup.lua b/pocket/startup.lua index 33832da..f88c2e6 100644 --- a/pocket/startup.lua +++ b/pocket/startup.lua @@ -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()