mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
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