mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: typos in prompts and comments (#195)
Used Codex and https://github.com/crate-ci/typos to identify + fix typos Signed-off-by: Jatan Loya <jatanloya@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
b6e3f3f8dd
commit
4926cab476
@@ -88,7 +88,7 @@ export function initLogger(): Logger {
|
||||
const isMac = process.platform === "darwin";
|
||||
const isWin = process.platform === "win32";
|
||||
|
||||
// On Mac and Windows, os.tmpdir() returns a user-specifc folder, so prefer
|
||||
// On Mac and Windows, os.tmpdir() returns a user-specific folder, so prefer
|
||||
// it there. On Linux, use ~/.local/oai-codex so logs are not world-readable.
|
||||
const logDir =
|
||||
isMac || isWin
|
||||
|
||||
Reference in New Issue
Block a user