From 0aa457680c6e8d9b66d9efd4f689a489bde2376b Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Fri, 18 Nov 2016 18:43:54 +0200 Subject: [PATCH] use console.error when applicable --- bin/hkdf | 4 ++-- bin/lamassu-migrate | 2 +- bin/migrate-config.js | 2 +- lib/app.js | 2 +- lib/options.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/hkdf b/bin/hkdf index 6d9ff424..b5c33284 100755 --- a/bin/hkdf +++ b/bin/hkdf @@ -8,8 +8,8 @@ const label = process.argv[2] const masterSeedHex = process.argv[3].trim() if (process.argv.length !== 4) { - console.log('hdkf