Skip to content

Commit 24922e1

Browse files
committed
fix: gracefully handle error for transaction info command
1 parent 4174f70 commit 24922e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/transaction/info.ts

-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ export const handler = async (options: TransactionInfoOptions) => {
289289
} catch (error) {
290290
Logger.error("There was an error getting transaction info:");
291291
Logger.error(error);
292-
throw error;
293292
}
294293
};
295294

0 commit comments

Comments
 (0)