Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed May 7, 2024
1 parent d731655 commit 97ff804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/info/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
data: { flags: 64 },
});
} catch (error) {
console.log(error)
console.log(error);
logger.error({ command: 'question', error }, 'is failed');
}
},
Expand Down

0 comments on commit 97ff804

Please sign in to comment.