We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8c088 commit 7232e65Copy full SHA for 7232e65
site/src/xServices/workspaceBuild/workspaceBuildXService.ts
@@ -123,7 +123,7 @@ export const workspaceBuildMachine = createMachine(
123
const reader = await API.streamWorkspaceBuildLogs(ctx.buildId)
124
125
// Watching for the stream
126
- // eslint-disable-next-line no-constant-condition
+ // eslint-disable-next-line no-constant-condition, @typescript-eslint/no-unnecessary-condition
127
while (true) {
128
const { value, done } = await reader.read()
129
0 commit comments