Skip to content

Commit

Permalink
feat: update error log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-d committed Jan 31, 2025
1 parent 497d943 commit 071a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/vault-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ vaultFactory
console.table(transactions);
} catch (err) {
if (err instanceof Error) {
program.error(err.message);
console.log('Error occurred while creating vaults', err.message);
}
}
}
Expand Down

0 comments on commit 071a583

Please sign in to comment.