Skip to content

Commit

Permalink
avoid crashing for unimplemented dispose_root_task
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 8, 2024
1 parent d87966d commit 196badb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1529,8 +1529,9 @@ impl Backend for TurboTasksBackend {
) -> TaskId {
self.0.create_transient_task(task_type)
}

fn dispose_root_task(&self, _: TaskId, _: &dyn TurboTasksBackendApi<Self>) {
todo!()
// TODO implement
}
}

Expand Down

0 comments on commit 196badb

Please sign in to comment.