Skip to content

Commit

Permalink
Attempting to debug some trace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Oct 25, 2024
1 parent ac899ab commit b00aafa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/turbo-trace/src/tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ impl Tracer {
});
}

println!("Resolver options: {:?}", options);
Resolver::new(options)
}

Expand Down
2 changes: 2 additions & 0 deletions crates/turborepo-lib/src/query/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ use std::sync::Arc;
use async_graphql::{Object, SimpleObject};
use camino::Utf8PathBuf;
use itertools::Itertools;
use miette::Report;
use swc_ecma_ast::EsVersion;
use swc_ecma_parser::{EsSyntax, Syntax, TsSyntax};
use tracing::error;
use turbo_trace::Tracer;
use turbopath::AbsoluteSystemPathBuf;

Expand Down

0 comments on commit b00aafa

Please sign in to comment.