Skip to content

Commit 8605a11

Browse files
authored
Merge pull request #101 from bitfinexcom/beta
Release version 3.5.1
2 parents f05fa55 + ef47bc5 commit 8605a11

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-report-electron",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
55
"description": "Reporting tool",
66
"author": "bitfinex.com",

src/make-or-read-secret-key.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const _readSecretKey = async (secretKeyPath) => {
3333

3434
return secretKey
3535
} catch (err) {
36-
console.error(err)
36+
// Log warning to the log file and don't start opening new github issue
37+
console.warn(err)
3738

3839
return false
3940
}
@@ -49,7 +50,8 @@ const _rm = async (secretKeyPath) => {
4950

5051
return res
5152
} catch (err) {
52-
console.error(err)
53+
// Log warning to the log file and don't start opening new github issue
54+
console.warn(err)
5355
}
5456
}
5557

0 commit comments

Comments
 (0)