Skip to content

Commit

Permalink
Add missing argument to apply_transforms from relay-compiler-playground
Browse files Browse the repository at this point in the history
Reviewed By: lynnshaoyu

Differential Revision: D65447362

fbshipit-source-id: d4240fd9dfa3824fa99ad189f741ac90c8d47e22
  • Loading branch information
monicatang authored and facebook-github-bot committed Nov 4, 2024
1 parent 15a19e9 commit 3064e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/crates/relay-compiler-playground/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ fn get_programs(
Arc::new(NoopPerfLogger),
None,
None,
vec![],
)
.map_err(|diagnostics: Vec<Diagnostic>| {
map_diagnostics(diagnostics, &InputType::Document(document_text))
Expand Down

0 comments on commit 3064e18

Please sign in to comment.