mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 13:03:22 +00:00
fix: set default runners table properly for check
This commit is contained in:
parent
bc1f0d404f
commit
7463b7558f
@ -51,10 +51,10 @@ end
|
||||
|
||||
function runnerHandler.setCurrent(name)
|
||||
local defaultRunners = {
|
||||
'hybrid',
|
||||
'hybridRev',
|
||||
'lua',
|
||||
'sh'
|
||||
hybrid = true,
|
||||
hybridRev = true,
|
||||
lua = true,
|
||||
sh = true
|
||||
}
|
||||
if defaultRunners[name] then
|
||||
hilbish.runner.setMode(name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user