Skip to content

Commit dab7c08

Browse files
Update packages/electron/lib/electron.ts
Co-authored-by: Bill Glesias <bglesias@gmail.com>
1 parent 302b530 commit dab7c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/electron/lib/electron.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Examples:
109109
throw new Error('No path to your app was provided.')
110110
}
111111

112-
export async function open (appPath: string, argv: string[], cb?: (code: number) => void) {
112+
export async function open (appPath: string, argv: string[]) {
113113
debugElectron('opening %s', appPath)
114114

115115
appPath = path.resolve(appPath)

0 commit comments

Comments
 (0)