We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6fd3c commit 2a41f79Copy full SHA for 2a41f79
script/cli/check.lua
@@ -11,6 +11,7 @@ local config = require 'config.config'
11
local fs = require 'bee.filesystem'
12
local provider = require 'provider'
13
14
+require 'plugin'
15
require 'vm'
16
17
lang(LOCALE)
script/plugin.lua
@@ -146,6 +146,7 @@ local function initPlugin(uri)
146
return
147
end
148
local args = config.get(scp.uri, 'Lua.runtime.pluginArgs')
149
+ if args == nil then args = {} end
150
if type(pluginConfigPaths) == 'string' then
151
pluginConfigPaths = { pluginConfigPaths }
152
0 commit comments