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.
1 parent 433aca7 commit 1964e69Copy full SHA for 1964e69
src/stdio.ts
@@ -57,6 +57,6 @@ async function main() {
57
}
58
59
main().catch((error) => {
60
- log.error('Server error:', error);
+ log.error(`Server error: ${error}`);
61
process.exit(1);
62
});
0 commit comments