mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
chore: update console.log (#45349)
This commit is contained in:
parent
04cc086fb5
commit
4ba6cfac45
@ -52,7 +52,7 @@ describe('site test', () => {
|
||||
server = createServer({ root: join(process.cwd(), '_site') });
|
||||
server.listen(port);
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('site static server run: http://localhost:3000');
|
||||
console.log(`site static server run: http://localhost:${port}`);
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user