summary refs log tree commit diff
path: root/src/bundle/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle/Server.ts')
-rw-r--r--src/bundle/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundle/Server.ts b/src/bundle/Server.ts

index d7ba9260d..8ef727509 100644 --- a/src/bundle/Server.ts +++ b/src/bundle/Server.ts
@@ -91,7 +91,7 @@ async function main() { Sentry.errorHandler(app); - console.log(`[Server] ${green(`listening on port ${bold(port)}`)}`); + console.log(`[Server] ${green(`Listening on port ${bold(port)}`)}`); } main().catch(console.error);