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;