File

plugins/mod_unknown.lua @ 8806:6529f762b819

.luacheckrc: Ignore attempts to get table.unpack This is to allow this common pattern: local unpack = table.unpack or unpack;
author Kim Alvefur <zash@zash.se>
date Sat, 19 May 2018 00:30:34 +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