diff --git a/src/stdio.ts b/src/stdio.ts index 40c5a58..cc6968c 100644 --- a/src/stdio.ts +++ b/src/stdio.ts @@ -57,6 +57,6 @@ async function main() { } main().catch((error) => { - log.error('Server error:', error); + log.error(`Server error: ${error}`); process.exit(1); });