Log backend connections

This commit is contained in:
maciejhirsz
2018-07-26 15:26:14 +02:00
parent a04fae4de4
commit 2f0f250d81
5 changed files with 28 additions and 5 deletions
+2
View File
@@ -33,3 +33,5 @@ export function sleep(time: Milliseconds): Promise<void> {
}
export const timestamp = Date.now as () => Timestamp;
export function noop() {}