From da1b77a585686dd9039c65919d602362a62bd3d0 Mon Sep 17 00:00:00 2001 From: Just a Badly Drawn TABS Dude <45307955+Suyashtnt@users.noreply.github.com> Date: Tue, 19 Jan 2021 12:59:04 +0200 Subject: [PATCH] Update index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 652e293..53761b9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -205,7 +205,7 @@ declare module "minecraft-launcher-core" { import { ChildProcessWithoutNullStreams } from 'child_process' export class Client extends EventEmitter { - launch(options: ILauncherOptions): ChildProcessWithoutNullStreams | null; + launch(options: ILauncherOptions): Promise; } export const Authenticator: IAuthenticator;