print file/location/frame when encountering an initial error in dev

This commit is contained in:
Richard Harris
2019-02-22 09:28:08 -05:00
parent 411e2594af
commit 4fe3c96c2d
3 changed files with 18 additions and 8 deletions

View File

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