Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Feb 28, 2022
1 parent d289ebf commit 4450165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ process.on("unhandledRejection", (reason) => {
log.error(reason);
});

// .envから設定を読み込み
// .envから設定をprocess.envに読み込み
const appDirPath = path.dirname(app.getPath("exe"));
const envPath = path.join(appDirPath, ".env");
dotenv.config({ path: envPath });
Expand Down

0 comments on commit 4450165

Please sign in to comment.