We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043f8b3 commit 2d220f9Copy full SHA for 2d220f9
turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
@@ -607,7 +607,7 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {
607
let (item, listener) =
608
CachedDataItem::new_scheduled_with_listener(self.get_task_desc_fn(task_id), note);
609
// It's not possible that the task is InProgress at this point. If it is InProgress {
610
- // completed: true } it must have Output and would early return.
+ // done: true } it must have Output and would early return.
611
task.add_new(item);
612
turbo_tasks.schedule(task_id);
613
0 commit comments