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 3b5dba7 commit d731655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/info/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default {
data: { flags: 64 },
});
} catch (error) {
console.log(error)
logger.error({ command: 'question', error }, 'is failed');
}
},
Expand Down

0 comments on commit d731655

Please sign in to comment.