mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
7d831e31c6
The first updateJob should be called after the first printStage to guarantee that only stage prints can get erased and overwritten, otherwise there could be an unrelated line that gets erased. fixes #3967