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.
2 parents 090eab8 + 29d71bd commit a7d300bCopy full SHA for a7d300b
src/main.ts
@@ -40,7 +40,7 @@ async function bootstrap() {
40
41
await app.listen(port, () => {
42
const logger = app.get(Logger)
43
- logger.log(`Server is running on port ${port}...`, 'NestApplication')
+ logger.log(`Server is running on port ${port}..`, 'NestApplication')
44
})
45
}
46
0 commit comments