Skip to content

Commit f0a6ae4

Browse files
LogEntry step field forwarding (#1097)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent a46204a commit f0a6ae4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/js-sdk/src/template/buildApi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ export async function waitForBuildFinish(
293293
new LogEntry(
294294
logEntry.timestamp,
295295
logEntry.level,
296-
stripAnsi(logEntry.message)
296+
stripAnsi(logEntry.message),
297+
logEntry.step
297298
)
298299
)
299300
)

0 commit comments

Comments
 (0)