Skip to content

Commit

Permalink
Fix emit options
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela authored and nyannyacha committed May 16, 2024
1 parent 1f1f62d commit 15fcec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sb_graph/graph_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ pub async fn create_eszip_from_graph_raw(
let parser_arc = emitter.clone().parsed_source_cache().unwrap();
let parser = parser_arc.as_capturing_parser();

eszip::EszipV2::from_graph(graph, &parser, Default::default())
eszip::EszipV2::from_graph(graph, &parser, emitter.emit_options())
}

pub async fn create_graph(
Expand Down

0 comments on commit 15fcec8

Please sign in to comment.