mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
fix async modifier cannot be used in an ambient context. error
This commit is contained in:
parent
e6578ac7d9
commit
b5f790f4e7
1 changed files with 2 additions and 2 deletions
4
index.d.ts
vendored
4
index.d.ts
vendored
|
@ -209,8 +209,8 @@ declare module "minecraft-launcher-core" {
|
|||
protected printVersion(): void;
|
||||
protected createRootDirectory(): void;
|
||||
protected createGameDirectory(): void;
|
||||
protected async extractPackage(): void;
|
||||
protected async getModifyJson(): any;
|
||||
protected extractPackage(): Promise<void>;
|
||||
protected getModifyJson(): Promise<any>;
|
||||
protected startMinecraft(launchArguments: string[]): ChildProcessWithoutNullStreams;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue