diff --git a/code/lib/builder-manager/src/index.ts b/code/lib/builder-manager/src/index.ts index b60436139ee4..008944391ca1 100644 --- a/code/lib/builder-manager/src/index.ts +++ b/code/lib/builder-manager/src/index.ts @@ -82,7 +82,7 @@ export const getConfig: ManagerBuilder['getConfig'] = async (options) => { js: 'try{', }, footer: { - js: '}catch(e){ console.log("ONE OF YOUR MANAGER-ENTRIES FAILED: " + import.meta.url) }', + js: '}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); }', }, define: {