lune-org/lune

Using the process built-in in REPL throws internal error

filiptibell opened this issue · 1 comments

> require("@lune/process")
[ERROR]
Failed to create builtin library 'process'
runtime error: Missing args vec in Lua app data
[Stack Begin]
    Script '[C]'
    Script 'require', Line 2 - function require
    Script 'REPL', Line 1
[Stack End]

Fixed in 96adf83