We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302b530 commit dab7c08Copy full SHA for dab7c08
packages/electron/lib/electron.ts
@@ -109,7 +109,7 @@ Examples:
109
throw new Error('No path to your app was provided.')
110
}
111
112
-export async function open (appPath: string, argv: string[], cb?: (code: number) => void) {
+export async function open (appPath: string, argv: string[]) {
113
debugElectron('opening %s', appPath)
114
115
appPath = path.resolve(appPath)
0 commit comments