Skip to content

Commit

Permalink
fix(cli): returned exit code (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Mar 28, 2023
1 parent 33b8600 commit 4d31d23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-lions-shake.md
@@ -0,0 +1,5 @@
---
'@lagon/cli': patch
---

Fix returned exit code
3 changes: 0 additions & 3 deletions crates/cli/npm/getBinary.js
Expand Up @@ -38,9 +38,6 @@ function getPlatform() {
}

export function getBinary() {
// Prevent exiting with code 1
process.exit = () => { };

const { platform, name } = getPlatform();
const customRequire = createRequire(import.meta.url);

Expand Down

1 comment on commit 4d31d23

@vercel
Copy link

@vercel vercel bot commented on 4d31d23 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 13 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.