Skip to content

Commit

Permalink
Catch and log script errors
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom committed Sep 5, 2024
1 parent fe437ad commit e53981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/removeWorkspaceDuplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ async function cleanUpSubDependencies () {
}
}

cleanUpSubDependencies()
cleanUpSubDependencies().catch(e => console.log(`Failed to run cleanUpSubDependencies, ${e}`))

0 comments on commit e53981c

Please sign in to comment.