scripts: fallback to empty config table if args were not passed from the config files
Fixes #158
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
-- SPDX-License-Identifier: MIT
|
||||
|
||||
-- Receive script arguments from config.lua
|
||||
local config = ...
|
||||
local config = ... or {}
|
||||
|
||||
items = {}
|
||||
|
||||
|
Reference in New Issue
Block a user