Skip to content

Commit

Permalink
Warn if created logging events aren't added to the logger
Browse files Browse the repository at this point in the history
Reviewed By: kassens

Differential Revision: D30690227

fbshipit-source-id: 37e222d02ae29aa69e7f094e540fc45bc929c78a
  • Loading branch information
tyao1 authored and facebook-github-bot committed Sep 1, 2021
1 parent aaf9e74 commit a3c0c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/crates/relay-compiler/src/compiler_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ impl CompilerState {
})
.collect::<Result<_>>()?;
log_event.stop(extract_timer);
perf_logger.complete_event(log_event);
match source_set {
SourceSet::SourceSetName(source_set_name) => {
result.set_pending_source_set(source_set_name, sources);
Expand Down

0 comments on commit a3c0c0c

Please sign in to comment.