We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708928b commit b4f520cCopy full SHA for b4f520c
packages/application-extension/src/index.ts
@@ -175,7 +175,7 @@ const opener: JupyterFrontEndPlugin<void> = {
175
176
const command = 'router:tree';
177
commands.addCommand(command, {
178
- execute: async (args: any) => {
+ execute: (args: any) => {
179
const parsed = args as IRouter.ILocation;
180
const matches = parsed.path.match(TREE_PATTERN) ?? [];
181
const [, , path] = matches;
0 commit comments