Skip to content

Commit

Permalink
chore: log region list in table format
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 1, 2024
1 parent ba28a20 commit 9339c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/scripts/by_region.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const main = async () => {
const regionNames = ExcelHandler.listRegions()

console.log('\nREGION NAMES')
console.log(regionNames.toString().split(',').join('\n'))
console.table(regionNames)

// Prompt to ask for province name(s)
const region = await prompt('\nEnter a region name: ')
Expand Down

0 comments on commit 9339c37

Please sign in to comment.