Docs: changes process start from method to function.
This commit is contained in:
parent
61e712db12
commit
feaa3b2547
|
@ -124,7 +124,7 @@ process.options = {}
|
|||
---@return process | nil
|
||||
---@return string errmsg
|
||||
---@return process.errortype | integer errcode
|
||||
function process:start(command_and_params, options) end
|
||||
function process.start(command_and_params, options) end
|
||||
|
||||
---
|
||||
---Translates an error code into a useful text message
|
||||
|
|
Loading…
Reference in New Issue