jibedoubleve/lanceur-bis

Lua script behaves wrongly

jibedoubleve opened this issue · 0 comments

if tonumber(context.Parameters) == nil then
    return context
end

context.Parameters = "PREFIX"..context.Parameters
return context

It's like the result is not used in the alais after execution of the scipt