File

plugins/mod_unknown.lua @ 13513:2fb79fe54390 0.12

core.moduleapi: Default labels to empty list to fix error if omitted In a host-scoped module in the `if is_scoped` clause the resulting `array:append(nil)` call throws.
author Kim Alvefur <zash@zash.se>
date Sun, 18 Aug 2024 16:58:30 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform