Skip to content

Commit 8af08db

Browse files
committed
add console log for ui-test
1 parent af9003b commit 8af08db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ const driveFileBrowser: JupyterFrontEndPlugin<void> = {
151151
labShell: ILabShell | null,
152152
restorer: ILayoutRestorer | null
153153
): Promise<void> => {
154+
console.log(
155+
'JupyterLab extension @jupyter/drives:drives-file-browser is activated!'
156+
);
154157
const { commands } = app;
155158

156159
// create drive for drive file browser

0 commit comments

Comments
 (0)