[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/i18n/RFC.md fully. Find features de... #159
2 changed files with 1 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ func (s *CoreService) ensureMissingKeyCollector() {
|
|||
if s.hookInstalled {
|
||||
return
|
||||
}
|
||||
appendMissingKeyHandler(s.handleMissingKey)
|
||||
AddMissingKeyHandler(s.handleMissingKey)
|
||||
s.hookInstalled = true
|
||||
}
|
||||
|
||||
|
|
|
|||
4
hooks.go
4
hooks.go
|
|
@ -154,10 +154,6 @@ func AddMissingKeyHandler(h MissingKeyHandler) {
|
|||
missingKeyHandler.Store(current)
|
||||
}
|
||||
|
||||
func appendMissingKeyHandler(h MissingKeyHandler) {
|
||||
AddMissingKeyHandler(h)
|
||||
}
|
||||
|
||||
func missingKeyHandlers() missingKeyHandlersState {
|
||||
v := missingKeyHandler.Load()
|
||||
if v == nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue