drupflare/drangler - v0.1.0
Preparing search index...
host/exec
CommandResult
Interface CommandResult
What a subprocess produced. A non-zero
code
is data, not an exception.
interface
CommandResult
{
code
:
number
;
stderr
:
string
;
stdout
:
string
;
}
Index
Properties
code
stderr
stdout
Properties
code
code
:
number
stderr
stderr
:
string
stdout
stdout
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
stderr
stdout
drupflare/drangler - v0.1.0
Loading...
What a subprocess produced. A non-zero
codeis data, not an exception.