Preparing search index...
The search index is not available
@vpalmisano/throttler
@vpalmisano/throttler
src
runShellCommand
Function runShellCommand
runShellCommand
(
cmd
:
string
,
verbose
?:
boolean
,
)
:
Promise
<
{
stderr
:
string
;
stdout
:
string
}
>
Runs the shell command asynchronously.
Parameters
cmd
:
string
verbose
:
boolean
= false
Returns
Promise
<
{
stderr
:
string
;
stdout
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vpalmisano/throttler
Loading...
Runs the shell command asynchronously.