We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nice to meet you. I am a user of electron-remoto.
Electron 28 has been released and when I tried it, I could not get it to work.
customEvent.returnValue = process.mainModule.require(moduleName);
remote/src/main/server.ts
Line 388 in 642040d
It seems that process.mainModule is obsolete and an error occurs at this point.
I tried changing to use require.main as a trial, but require.main became undefined.
Is it working properly with Electron 28 at your place?
Thank you and best regards.
The text was updated successfully, but these errors were encountered:
Sorry, I just realised that the topic had already been discussed. #171
Sorry, something went wrong.
closing to keep this in #171
No branches or pull requests
Nice to meet you. I am a user of electron-remoto.
Electron 28 has been released and when I tried it, I could not get it to work.
customEvent.returnValue = process.mainModule.require(moduleName);
remote/src/main/server.ts
Line 388 in 642040d
It seems that process.mainModule is obsolete and an error occurs at this point.
I tried changing to use require.main as a trial,
but require.main became undefined.
Is it working properly with Electron 28 at your place?
Thank you and best regards.
The text was updated successfully, but these errors were encountered: