From ca5b8facf5752158c60b83c893f6204a6115098c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 17 Nov 2024 16:02:25 +0800 Subject: [PATCH] fix: type --- src/core/wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wrapper.ts b/src/core/wrapper.ts index 1fd448a0..9d569ccf 100644 --- a/src/core/wrapper.ts +++ b/src/core/wrapper.ts @@ -150,7 +150,7 @@ export interface NodeIQQNTWrapperSession { nodeIKernelSessionListener: NodeIKernelSessionListener, ): void; - startNT(n: 0): void; + startNT(session: number): void; startNT(): void;