summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions/checkDependencies.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/actions/checkDependencies.ts b/src/actions/checkDependencies.ts
index 7357989..e55726d 100644
--- a/src/actions/checkDependencies.ts
+++ b/src/actions/checkDependencies.ts
@@ -35,8 +35,7 @@ export async function checkDependencies() {
return projectAudits;
} catch (error) {
spinner.fail("Ups and Error :(");
- console.log(error);
- return;
+ throw error;
}
}