We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f96d8c commit 41d93f3Copy full SHA for 41d93f3
code/core/src/core-server/dev-server.ts
@@ -192,7 +192,7 @@ export async function storybookDevServer(options: Options) {
192
res.statusCode = 500;
193
res.setHeader('Content-Type', 'text/html; charset=utf-8');
194
invariant(e instanceof Error);
195
- res.end(`<pre>${e.toString()}\n${e.stack}</pre>`);
+ res.end(`<pre>${e.stack}</pre>`);
196
}
197
});
198
0 commit comments