Skip to content
  • Markus Siemens's avatar
    Fix SIGSEV when running "a"() · 2c2a124e
    Markus Siemens authored
    rt_call_function_n_kw did check for integers but not for strings
    being called. Added a check so running "a"() won't SIGSEV but
    throw an exception.
    2c2a124e