scripts: fallback to empty config table if args were not passed from the config files

Fixes #158
This commit is contained in:
George Kiagiadakis
2022-01-13 11:08:34 +02:00
parent 8844cfb074
commit 18bc3d3596
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
-- SPDX-License-Identifier: MIT
-- Receive script arguments from config.lua
local config = ...
local config = ... or {}
items = {}