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.
runOptions
1 parent 35dc330 commit 66b4ad8Copy full SHA for 66b4ad8
src/define-launcher.ts
@@ -73,7 +73,7 @@ export interface DefineLauncherOptions<Context> {
73
export interface Launcher {
74
[kLauncherOptions]: DefineLauncherOptions<any>
75
76
- run(runOptions: RunOptions): Promise<AppProcess>
+ run: (runOptions?: RunOptions) => Promise<AppProcess>
77
}
78
79
export interface RunOptions {
0 commit comments