mirror of https://github.com/Hilbis/Hilbish
fix: set default runners table properly for check
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…
Reference in New Issue