process: migrate arg validation and checking to Lua
This commit is contained in:
@@ -46,6 +46,7 @@ table.unpack = table.unpack or unpack
|
||||
bit32 = bit32 or require "core.bit"
|
||||
|
||||
require "core.utf8string"
|
||||
require "core.process"
|
||||
|
||||
-- Because AppImages change the working directory before running the executable,
|
||||
-- we need to change it back to the original one.
|
||||
|
||||
Reference in New Issue
Block a user