Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo: extra brackets in `application-manager`'s backend code generator
  • Loading branch information
AsriFox authored Feb 1, 2025
1 parent 17d4667 commit b0d8477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require('reflect-metadata');
// in your dotfiles (.bashrc/.bash_profile/.zshrc/etc).
// https://github.com/electron/electron/issues/550#issuecomment-162037357
// https://github.com/eclipse-theia/theia/pull/3534#issuecomment-439689082
require('fix-path')();
require('fix-path');
// Workaround for https://github.com/electron/electron/issues/9225. Chrome has an issue where
// in certain locales (e.g. PL), image metrics are wrongly computed. We explicitly set the
Expand Down

0 comments on commit b0d8477

Please sign in to comment.