Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jul 18, 2022
1 parent 34f2352 commit 90d795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kexec.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "kexec" {
function execvp(cmd: string, args: string[]): string;
function execvp(cmd: string, args?: string[]): string;
export = execvp;
}

0 comments on commit 90d795d

Please sign in to comment.