From 3a87bffc044404079e195208ed4155f4f615c648 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 20 Feb 2024 12:54:46 +0100 Subject: [PATCH] cleanup --- code/lib/core-events/src/errors/server-errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/core-events/src/errors/server-errors.ts b/code/lib/core-events/src/errors/server-errors.ts index cf913ab0d228..a9a9e758d70e 100644 --- a/code/lib/core-events/src/errors/server-errors.ts +++ b/code/lib/core-events/src/errors/server-errors.ts @@ -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();`), - '', + '' ); return message.join('\n');