Skip to content

Commit

Permalink
improve goodbye message to explicit export file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienHorgnies authored and AdrienHorgnies committed Oct 13, 2017
1 parent 2c3a72e commit 165107c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const messages = {
contributeOnFailure: `Would you kindly fill an issue ? https://github.com/bastienmichaux/db-importer/issues
Also check if the issue is already being tracked before posting, would you kindly ?
"I forked, I fixed, I PR'ed" - Julius Caesar`,
goodbye: '/ᐠ。ꞈ。ᐟ\\ C U',
goodbye: `Everything we got was exported into the file '${exportFile}'
/ᐠ。ꞈ。ᐟ\\ C U`,
greeting: `/ᐠ。ꞈ。ᐟ\\ Oh hai. I'm Node-db-importer v${packageInfo.version}.
I need information before importing your db.\n`,
loadingConfig: `loading ${configFile}`,
Expand Down

0 comments on commit 165107c

Please sign in to comment.