mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-27 22:45:48 +00:00
test: add optional options parameter to ExecFileFn type
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type ExecFileFn = (
|
||||
cmd: string,
|
||||
args: string[],
|
||||
options: import("child_process").ExecFileOptions | undefined,
|
||||
callback: (err: Error | null, stdout: string, stderr: string) => void,
|
||||
) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user