You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman-desktop#1286 caused a regression where fetchFolderLogs is no longer called every 2s.
Added () and a catch so that it's called correctly. Also, refreshInterval is
a constant so shouldn't be part of the state.
Tempted to make the interval a parameter to reduce test time, but started by just
adding a test that waits to confirm the timeout starts triggering with 3.5s.
Fixespodman-desktop#1303.
Signed-off-by: Tim deBoer <[email protected]>
Bug description
On the page, build log is no longer updating even though we are writing to the file (can confirm in log file it's writing).
Screen.Recording.2025-02-10.at.12.09.10.PM.mov
Operating system
mac m1 / latest build
Version
next (development version)
Steps to reproduce
No response
Relevant log output
Additional context
cc @deboer-tim
The text was updated successfully, but these errors were encountered: