mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:11:23 +08:00
undo unnecessary deletion of newline
This commit is contained in:
parent
e840ca40c7
commit
1256850a4d
@ -174,6 +174,7 @@ export default function (options) {
|
||||
response.set('Content-Type', 'text/html');
|
||||
response.sendFile(path.join(`${dllPath}/${request.params[0]}`));
|
||||
});
|
||||
|
||||
return { previewStats, managerStats, managerTotalTime, previewTotalTime, router };
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user