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.
await
1 parent 0136a97 commit 834a3c3Copy full SHA for 834a3c3
deltachat-rpc-server/npm-package/README.md
@@ -18,7 +18,7 @@ import { startDeltaChat } from "@deltachat/stdio-rpc-server";
18
import { C } from "@deltachat/jsonrpc-client";
19
20
async function main() {
21
- const dc = await startDeltaChat("deltachat-data");
+ const dc = startDeltaChat("deltachat-data");
22
console.log(await dc.rpc.getSystemInfo());
23
dc.close()
24
}
0 commit comments