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 cdd1fb5 commit dafdcc1Copy full SHA for dafdcc1
src/index.civet
@@ -22,7 +22,7 @@ main := -> {
22
|> await
23
24
// Create a transport to listen for messages on stdin and send messages on stdout
25
- transport := new StdioServerTransport()
+ transport := new StdioServerTransport
26
27
// Start receiving messages on stdin and sending messages on stdout
28
transport
0 commit comments