Skip to content

Commit

Permalink
Merge pull request #673 from polywrap/661-improve-w3-query-cli-error-…
Browse files Browse the repository at this point in the history
…handling

661 | feat (cli query): improve error handling
  • Loading branch information
dOrgJelli authored Feb 13, 2022
2 parents 0b242ad + c9b6bdd commit df58feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export default {
print.fancy(error.stack || "");
print.error("-----------------------------------");
}
process.exitCode = 1;
}
}
}
Expand Down

0 comments on commit df58feb

Please sign in to comment.