Commit 4044e0d
committed
fix: resolve agent only after workspace was resolved
Switched the order of the steps, the agent and hist state is resolved
only after the workspace was resolved and after it was in a running
state. Otherwise URI handling during workspace startup could provide
misleading errors related to agent not existing or not being ready.1 parent e3c76f6 commit 4044e0d
File tree
1 file changed
+4
-2
lines changed- src/main/kotlin/com/coder/toolbox/util
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments