diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-22 07:32:21 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-22 07:33:01 -0700 |
| commit | a9ebcd2aaeadba6ccf4e39bfb993e337c83e9352 (patch) | |
| tree | 0f2e8e41bdf7f3c9fe0595ff67202df9d0ed21fb /lua/99/prompt.lua | |
| parent | d97ef48f244d68e1a5060f1bbd6dee706f23ba55 (diff) | |
| download | a4-a9ebcd2aaeadba6ccf4e39bfb993e337c83e9352.tar.xz a4-a9ebcd2aaeadba6ccf4e39bfb993e337c83e9352.zip | |
state refactor
Diffstat (limited to 'lua/99/prompt.lua')
| -rw-r--r-- | lua/99/prompt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/prompt.lua b/lua/99/prompt.lua index 690c94d..ec1d0ae 100644 --- a/lua/99/prompt.lua +++ b/lua/99/prompt.lua @@ -178,7 +178,7 @@ function Prompt:_observer(obs) return { on_start = function() self.state = "requesting" - self._99:track_request(self) + self._99:track_prompt_request(self) if obs then obs.on_start() |
