Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 20, 2024
1 parent 6e4666a commit 3a87bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-events/src/errors/server-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export class MainFileESMOnlyImportError extends StorybookError {
'',
white(`Convert the static import to a dynamic import ${underline('where they are used')}.`),
white(`Example:`) + ' ' + gray(`await import(<your ESM only module>);`),
'',
''
);

return message.join('\n');
Expand Down

0 comments on commit 3a87bff

Please sign in to comment.