Update jvm interface type to reflect latest implementation
(I.e. support for pargs in jarLaunch)
This commit is contained in:
@@ -28,7 +28,7 @@ export interface JVM {
|
||||
/**
|
||||
* Launch an executable jar with this jvm.
|
||||
*/
|
||||
jarLaunch(jar: string, vmargs?: string[], execFileOptions?: ChildProcess.ExecFileOptions) : ChildProcess.ChildProcess
|
||||
jarLaunch(jar: string, vmargs?: string[], execFileOptions?: ChildProcess.ExecFileOptions, pargs?: [string]) : ChildProcess.ChildProcess
|
||||
|
||||
mainClassLaunch(mainClass: string, classpath: string[], jvmArgs: string[], execFileOptions?: ChildProcess.ExecFileOptions): ChildProcess.ChildProcess
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user