Skip to content

Commit 3c6cd9a

Browse files
Add missing arg to extension
1 parent d9be248 commit 3c6cd9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labextension/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ const extension: JupyterFrontEndPlugin<void> = {
221221
id: "@jupyterhub/jupyter-server-proxy:add-launcher-entries",
222222
autoStart: true,
223223
requires: [ILauncher, ILayoutRestorer],
224-
activate: activate,
224+
optional: [IRunningSessionManagers],
225+
activate: activate
225226
};
226227

227228
export default extension;

0 commit comments

Comments
 (0)