Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: remove unnecessary TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Oct 22, 2020
1 parent ebfc0cf commit f8dffd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascripts/main/packageManager.ts
Expand Up @@ -189,7 +189,6 @@ async function runTasks(
tasks.splice(tasks.indexOf(oppositeTask), 1);
}
} catch (error) {
/** TODO(baptiste): do something */
logError(error);
} finally {
/** Remove the task from the queue. */
Expand Down

0 comments on commit f8dffd6

Please sign in to comment.