Skip to content

Commit

Permalink
exit after error
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 25, 2024
1 parent 1cb36fe commit 21ade0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subnet/deployment-generator/src/faucet.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ async function faucetServer(inputs) {
console.log(
"Usage: SUBNET_URL=<subnet_url> node faucet.js server <from wallet pk>"
);
process.exit()
}
app.set("view engine", "pug");
app.set("views", path.join(__dirname, "views_faucet"));
Expand Down

0 comments on commit 21ade0e

Please sign in to comment.