Skip to content

Commit 0d4a271

Browse files
committed
More logging
1 parent a54a6c8 commit 0d4a271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernels/ipywidgets/baseIPyWidgetScriptManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export abstract class BaseIPyWidgetScriptManager implements IIPyWidgetScriptMana
173173
this.getNbExtensionsParentPath()
174174
]);
175175
if (!baseUrl) {
176+
traceInfoIfCI('No base Url to retrieve widget module mappings');
176177
return;
177178
}
178179
const widgetConfigs = await Promise.all(

0 commit comments

Comments
 (0)