Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asrafalih committed Dec 31, 2021
1 parent 7232f4a commit 92ae74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export async function showEquityDetails(argv: any) {
} else {
console.log(chalk.red('Please provide valid NSE symbol.'));
}
} catch (error) {
} catch (error:any) {
spinner.text = ''
spinner.stop()
console.log(chalk.red(error.message))
Expand Down

0 comments on commit 92ae74f

Please sign in to comment.