tweak comment

This commit is contained in:
Nils Norman Haukås 2018-05-27 18:48:24 +02:00
parent f943a98410
commit 23ca11c91e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if (require.main === module) {
process.stdout.write(buildMysqlParams(uri))
process.exit(0)
}
// give user two seconds to pipe a connection string before giving up
// give the user a little time to pipe a connection string before giving up
const timeRef = setTimeout(() => {
if (!uri) {
console.error('Error. Please provide a mysql connection string.')