Skip to content

Commit

Permalink
Get fork argv
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Oct 7, 2024
1 parent 56e8d40 commit 04e8801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop/src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ app.on('ready', async () => {
`${SOCKET_IO_SECRET}`,
]

logger.info('Fork argvs for backend process', forkArgvs)

const backendBundlePath = path.normalize(require.resolve('backend-bundle'))
try {
closeHangingBackendProcess(path.normalize(path.join('backend-bundle', 'bundle.cjs')), path.normalize(appDataPath))
Expand Down

0 comments on commit 04e8801

Please sign in to comment.