mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
fix(docs): bound i18n codex prompt cleanup
This commit is contained in:
9
scripts/docs-i18n/codex_command_windows.go
Normal file
9
scripts/docs-i18n/codex_command_windows.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build windows
|
||||
|
||||
package main
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func configureCodexPromptCommand(command *exec.Cmd) {
|
||||
command.WaitDelay = docsI18nCommandWaitDelay()
|
||||
}
|
||||
Reference in New Issue
Block a user