summaryrefslogtreecommitdiff
path: root/src/actions/checkDependencies.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: removed new promise anti pattern from getAuditPromiseLeo Goetz5 days1-13/+12
|
* refactor: replace promiseExec callback with promiseLeo Goetz5 days1-18/+18
|
* fix: added spinner to each function that needs itLeo Goetz7 days1-4/+5
|
* fix: initialize ora inside the function not outsideLeo Goetz7 days1-2/+2
|
* fix: throw error instead of returnLeo Goetz7 days1-2/+1
|
* refactor: show warnings in the output instead of using oraLeo Goetz7 days1-22/+22
|
* feat: check only dirsLeo Goetz7 days1-4/+7
|
* feat: added error warning when lock is corruptedLeo Goetz8 days1-2/+7
|
* feat: replaced Promise.all with allSettledLeo Goetz8 days1-5/+13
|
* inital commitLeo Goetz2026-05-081-0/+62