Skip to content

Commit

Permalink
Update packages/apollo-engine-reporting/src/treeBuilder.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Jesse Rosenberger <git@jro.cc>
  • Loading branch information
glasser and abernix authored Jun 27, 2019
1 parent 74595c7 commit 40bd29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-engine-reporting/src/treeBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class EngineReportingTreeBuilder {
throw Error('addProtobufError called before startTiming!');
}
if (this.stopped) {
throw Error('addError called after stopTiming!');
throw Error('addProtobufError called after stopTiming!');
}

// By default, put errors on the root node.
Expand Down

0 comments on commit 40bd29e

Please sign in to comment.