Fix handling of waitForMessages timeout

This commit is contained in:
Casper Warden
2018-10-12 09:41:35 +01:00
parent 35e705683d
commit 9242c474bd
10 changed files with 34 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
export class TimeoutError extends Error
{
timeout: true;
waitingForMessage: number;
}