Skip to content

Commit

Permalink
fix: add exit code to the end of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Oct 15, 2024
1 parent e494dcb commit 204cfb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/packages/figma-to-css-variables/bin/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ async function main() {

main().catch((err) => {
console.error('Error:', err)
process.exit(1)
})

0 comments on commit 204cfb9

Please sign in to comment.