Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6e8662

Browse files
authored
fix: watch workspace agent logs (#17209)
1 parenta61c3e7 commitc6e8662

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎site/src/api/api.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ export const watchWorkspaceAgentLogs = (
223223
agentId:string,
224224
{ after, onMessage, onDone, onError}:WatchWorkspaceAgentLogsOptions,
225225
)=>{
226-
constsearchParams=newURLSearchParams({after:after.toString()});
226+
constsearchParams=newURLSearchParams({
227+
follow:"true",
228+
after:after.toString(),
229+
});
227230

228231
/**
229232
* WebSocket compression in Safari (confirmed in 16.5) is broken when

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp