We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8f809 commit 16af19aCopy full SHA for 16af19a
1 file changed
packages/desktop/src/main/main.ts
@@ -392,8 +392,6 @@ app.on('ready', async () => {
392
`${SOCKET_IO_SECRET}`,
393
]
394
395
- logger.info('Fork argvs for backend process', forkArgvs)
396
-
397
const backendBundlePath = path.normalize(require.resolve('backend-bundle'))
398
try {
399
closeHangingBackendProcess(path.normalize(path.join('backend-bundle', 'bundle.cjs')), path.normalize(appDataPath))
0 commit comments