Skip to content

Commit

Permalink
Merge pull request fauna-labs#1 from dmitryyankowski/patch-1
Browse files Browse the repository at this point in the history
Reset color after console.log
  • Loading branch information
fauna-brecht committed Apr 23, 2020
2 parents 5084709 + 6ffbc64 commit 7f33a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const deleteAll = async client => {
5. tokens: ${tokens.data.length}`)

console.log(
'\x1b[32m',
'\x1b[32m%s\x1b[0m',
`In case you want to recreate the database, please wait 60 seconds to invalidate collection/index name caches`
)
} catch (err) {
Expand Down

0 comments on commit 7f33a64

Please sign in to comment.