File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
turbopack/crates/turbo-tasks-backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ async fn pick_endpoint(
148148 op : OperationVc < Entrypoints > ,
149149 selector : EndpointSelector ,
150150) -> Result < Vc < OptionEndpoint > > {
151- let endpoints = op. connect ( ) . strongly_consistent ( ) . await ?;
151+ let endpoints = op. read_strongly_consistent ( ) . await ?;
152152 let endpoint = match selector {
153153 EndpointSelector :: InstrumentationNodeJs => {
154154 endpoints. instrumentation . as_ref ( ) . map ( |i| i. node_js )
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ thread_local = { workspace = true }
5555turbo-persistence = { workspace = true }
5656turbo-rcstr = { workspace = true }
5757turbo-tasks = { workspace = true }
58- turbo-tasks-testing = { workspace = true }
5958
6059[dev-dependencies ]
6160criterion = { workspace = true , features = [" async_tokio" ] }
@@ -64,6 +63,7 @@ regex = { workspace = true }
6463tempfile = { workspace = true }
6564turbo-tasks-malloc = { workspace = true }
6665rstest = { workspace = true }
66+ turbo-tasks-testing = { workspace = true }
6767
6868
6969[[bench ]]
You can’t perform that action at this time.
0 commit comments