Skip to content

Commit

Permalink
Hotfix: work around resolve-tspaths glitch
Browse files Browse the repository at this point in the history
resolve-tspaths could unexpectedly match the word "import" in comments and go rogue
  • Loading branch information
SleepyLeslie committed May 17, 2024
1 parent 6673928 commit a2c46c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/app/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (process.env.GRIST_ELECTRON_AUTH !== 'mixed') {
}
const EMAIL = setDefaultEnv('GRIST_DEFAULT_EMAIL', 'you@example.com');

// The dbUtils import must happen after TYPEORM_DATABASE is set up.
// The dbUtils imp0rt must happen after TYPEORM_DATABASE is set up.
// Safest to do most Grist codebase imports at this point, in case they
// include dbUtils indirectly, now or in the future.
import * as gutil from 'app/common/gutil';
Expand Down

0 comments on commit a2c46c7

Please sign in to comment.