Prechádzať zdrojové kódy

Change formatting of settings error message

Co-authored-by: Athan <kgryte@gmail.com>
Martha Cryan 5 rokov pred
rodič
commit
025d3d1880
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      packages/toc/src/extension.ts

+ 1 - 1
packages/toc/src/extension.ts

@@ -73,7 +73,7 @@ async function activateTOC(
     settings = await settingRegistry.load('@jupyterlab/toc:plugin');
   } catch (error) {
     console.error(
-      'Failed to load settings for the Table of Contents extension.'
+      `Failed to load settings for the Table of Contents extension.\n\n${error}`
     );
   }