Skip to content
New issue

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

Breaking electron-main.js file generation due to additional brackets #14809

Closed
rodat-dev opened this issue Feb 2, 2025 · 0 comments
Closed

Comments

@rodat-dev
Copy link

This is causing an issue on the src-gen for the electron version of Theia.

The fix is simple

From:

require('fix-path')()

To:

require('fix-path')

Tested locally only, to make sure it works properly.

Currently it breaks when it attempts to start the electron app, so it's quite a useful fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants