Skip to content

Commit

Permalink
Don't log error about root_task_dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Sep 15, 2023
1 parent bace43d commit f79a3c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-swc/crates/napi/src/next_api/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ pub fn root_task_dispose(
) -> napi::Result<()> {
// TODO(alexkirsz) Implement. Not panicking here to avoid crashing the process
// when testing.
eprintln!("root_task_dispose not yet implemented");
Ok(())
}

Expand Down

0 comments on commit f79a3c9

Please sign in to comment.