Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 1364129

Browse files
committed
Fix kernel start
1 parent c8fd49c commit 1364129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xeus_server_kernel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class XeusServerKernel implements IKernel {
112112
* A promise that is fulfilled when the kernel is ready.
113113
*/
114114
get ready(): Promise<void> {
115-
return this._remote.ready();
115+
return Promise.resolve();
116116
}
117117

118118
/**

0 commit comments

Comments
 (0)