Skip to content

Commit

Permalink
Merge pull request #20306 from storybookjs/fix/manager-entries-failur…
Browse files Browse the repository at this point in the history
…e-message

Core: improve manager-entries failure message
  • Loading branch information
yannbf authored Dec 16, 2022
2 parents 3fd14f3 + a8c8944 commit b2cb33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/builder-manager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b2cb33d

Please sign in to comment.