various lost changes and fixes from 0.26.0-alpha.10

This commit is contained in:
Conduitry
2019-03-07 13:18:40 -05:00
parent 9540383796
commit 9e9bd10333
4 changed files with 18 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ export type ReadyEvent = {
export type ErrorEvent = {
type: string;
message: string;
error: Error;
};
export type FatalEvent = {