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 dd7bbee commit 86e833fCopy full SHA for 86e833f
src/__demos__/json-crdt-server/main-http1.ts
@@ -18,4 +18,5 @@ const main = async () => {
18
console.log(server + '');
19
};
20
21
+// tslint:disable-next-line no-console
22
main().catch(console.error);
src/__demos__/json-crdt-server/main-uws.ts
@@ -21,4 +21,5 @@ const main = async () => {
console.log(app + '');
23
24
25
0 commit comments