Skip to content

Commit

Permalink
dd more info to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwamedacen committed Jan 6, 2024
1 parent 6292b7c commit d3ef25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gas-refund-program/computeGasRefund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ startComputingGasRefundAllChains()
process.exit(0);
})
.catch(err => {
logger.error('startComputingGasRefundAllChains exited with error:', err);
logger.error('startComputingGasRefundAllChains exited with error:', err, err.response?.data);
process.exit(1);
});

0 comments on commit d3ef25a

Please sign in to comment.