local places = {
getgenv and getgenv(),
_G,
shared,
}
for i, env in ipairs(places) do
print("ENV", i, env)
if type(env) == "table" then
print("diagnostics:", env.__frost_diagnostics)
print("loader done:", env.__frost_loader_done)
print("loader event:", env.__frost_loader_finished)
print("build:", env.__FROST_BUILD)
end
end
if type(identifyexecutor) == "function" then
print("executor:", identifyexecutor())
end