Skip to content

Commit

Permalink
Merge pull request #34 from ezewer/0.10.3
Browse files Browse the repository at this point in the history
0.10.3
  • Loading branch information
davide-scola authored Mar 4, 2020
2 parents 037b42a + 2448c45 commit c034c7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 172 files
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report-electron",
"version": "0.10.2",
"version": "0.10.3",
"description": "Reporting tool",
"author": "bitfinex.com",
"main": "index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"build": {
"extends": null,
"asar": false,
"productName": "bfx-report-electron",
"productName": "Bitfinex Report",
"appId": "com.report.bitfinex",
"files": [
"**/*",
Expand Down
3 changes: 1 addition & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const env = {
...process.env,
ELECTRON_VERSION: process.versions.electron
}
const isNotDevEnv = process.env.NODE_ENV !== 'development'

const {
getDefaultPorts,
Expand Down Expand Up @@ -103,7 +102,7 @@ let isMigrationsError = false
'--dbId=1',
'--isSchedulerEnabled=true',
'--isElectronjsEnv=true',
`--isLoggerDisabled=${isNotDevEnv}`,
'--isLoggerDisabled=false',
`--csvFolder=${pathToCsvFolder}/csv`,
`--tempFolder=${pathToUserData}/temp`,
`--logsFolder=${pathToUserData}/logs`,
Expand Down

0 comments on commit c034c7a

Please sign in to comment.