Skip to content

Commit

Permalink
add link to issue (vercel/turborepo#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Feb 21, 2023
1 parent 64e5a7c commit 937440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbo-tasks-memory/src/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ impl TaskScope {
"Scope dependent tasks not correctly cleaned up: {:?}",
state.dependent_tasks
);
// TODO read_collectibles_tasks need to be cleaned up
// TODO(WEB-615) read_collectibles_tasks need to be cleaned up
// assert!(
// state.collectibles.is_empty(),
// "Scope collectibles not correctly cleaned up: {:?}",
Expand Down

0 comments on commit 937440c

Please sign in to comment.