Skip to content

Commit

Permalink
Fix electron dep require for fork process
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Oct 18, 2024
1 parent e72ace4 commit ec4e951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const isMainWinAvailable = require(
'./is-main-win-available'
)
const productName = require('./product-name')
const getUserDataPath = require('./get-user-data-path')
const getAlertCustomClassObj = require('./get-alert-custom-class-obj')
const parseEnvValToBool = require('./parse-env-val-to-bool')
const isBfxApiStaging = require('./is-bfx-api-staging')
Expand All @@ -27,7 +26,6 @@ module.exports = {
getServerPromise,
isMainWinAvailable,
productName,
getUserDataPath,
getAlertCustomClassObj,
parseEnvValToBool,
isBfxApiStaging,
Expand Down
4 changes: 2 additions & 2 deletions src/initialize-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const {
} = require('./errors')
const {
deserializeError,
getFreePort,
getUserDataPath
getFreePort
} = require('./helpers')
const getUserDataPath = require('./helpers/get-user-data-path')
const {
checkForUpdatesAndNotify
} = require('./auto-updater')
Expand Down

0 comments on commit ec4e951

Please sign in to comment.