Skip to main content

Function: exec()

exec(file, args?, options?, isLogOutIfDebug?): Promise<string>

Parameters

file

string

args?

string[] | null

options?

ExecFileOptions

isLogOutIfDebug?

boolean = true

Returns

Promise<string>